Uses of Class
org.barracudamvc.plankton.exceptions.NestableException

Packages that use NestableException
org.barracudamvc.contrib.dbroggisch.page   
org.barracudamvc.core.comp   
org.barracudamvc.core.event   
org.barracudamvc.core.forms   
org.barracudamvc.plankton.exceptions   
 

Uses of NestableException in org.barracudamvc.contrib.dbroggisch.page
 

Subclasses of NestableException in org.barracudamvc.contrib.dbroggisch.page
 class PageException
           
 

Uses of NestableException in org.barracudamvc.core.comp
 

Subclasses of NestableException in org.barracudamvc.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.barracudamvc.core.event
 

Subclasses of NestableException in org.barracudamvc.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.barracudamvc.core.forms
 

Subclasses of NestableException in org.barracudamvc.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.barracudamvc.plankton.exceptions
 

Methods in org.barracudamvc.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
 



Copyright © 2006 BarracudaMVC.org All Rights Reserved.