org.apache.beehive.netui.compiler.model
Interface ExceptionContainer

All Known Implementing Classes:
ActionModel, GenActionModel, GenSharedFlowStrutsApp, GenSimpleActionModel, GenStrutsApp, StrutsApp

public interface ExceptionContainer

Interface for objects that can hold a collection of ExceptionModels.


Method Summary
 void addException(ExceptionModel em)
           
 

Method Detail

addException

void addException(ExceptionModel em)