|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of NestableException in org.enhydra.barracuda.contrib.dbroggisch.page |
Subclasses of NestableException in org.enhydra.barracuda.contrib.dbroggisch.page | |
class |
PageException
|
Uses of NestableException in org.enhydra.barracuda.core.comp |
Subclasses of NestableException in org.enhydra.barracuda.core.comp | |
class |
DOMAccessException
This exception indicates the specified format is not supported. |
class |
InvalidDirectiveException
This exception indicates the specified format is not supported. |
class |
InvalidNodeException
This exception indicates the specified format is not supported. |
class |
InvalidViewException
This exception indicates the specified format is not supported. |
class |
NoSuitableRendererException
This exception indicates we were unable to locate a suitable renderer. |
class |
RenderException
This exception indicates the specified format is not supported. |
class |
UnsupportedFormatException
This exception indicates the specified format is not supported. |
Uses of NestableException in org.enhydra.barracuda.core.event |
Subclasses of NestableException in org.enhydra.barracuda.core.event | |
class |
ClientSideRedirectException
This class defines a ClientSideRedirectException...throwing this will cause the ApplicationGateway to redirect the browser to the new Event. |
class |
EventException
This class defines the basic event exception. |
class |
InterruptDispatchException
This class defines a InterruptDispatchException...it is used to interrupt the dispatch, flag all events currently in the queue as handled, and then redispatch the new event |
class |
InvalidClassException
This class defines a InvalidClassException...it typically gets thrown when a Class is referenced that does not implement the type expected (ie. |
class |
NoAvailableEventsException
This class defines a NoAvailableEventsException...it gets thrown when there there are event handlers but none of them actually handle it |
class |
UnhandledEventException
This class defines a UnhandledEventException...it gets thrown when there there are event handlers but none of them actually handle it |
Uses of NestableException in org.enhydra.barracuda.core.forms |
Subclasses of NestableException in org.enhydra.barracuda.core.forms | |
class |
DeferredValidationException
This class defines a deferred validation exception. |
class |
ParseException
This exception indicates a value was unable to be converted to a valid value for the specified FormType. |
class |
UnableToValidateException
This exception indicates the Validator was not able to validate the incoming value. |
class |
ValidationException
This class defines the validation exception. |
Uses of NestableException in org.enhydra.barracuda.plankton.exceptions |
Methods in org.enhydra.barracuda.plankton.exceptions with parameters of type NestableException | |
static Exception |
NestableException.getRootException(NestableException ne)
get the RootException behind this exception. |
static void |
ExceptionUtil.logExceptionAsHTML(PrintWriter out,
NestableException e,
javax.servlet.http.HttpServletRequest req)
log an exception as HTML |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |