Uses of Class
org.apache.tapestry5.ioc.internal.util.TapestryException

Packages that use TapestryException
org.apache.tapestry5.internal.services [INTERNAL USE ONLY] internal service classes; API subject to change 
org.apache.tapestry5.ioc.internal [INTERNAL USE ONLY] Tapestry IOC implementation details; API subject to change. 
org.apache.tapestry5.ioc.util Utility classes supporting Tapestry IOC services 
org.apache.tapestry5.runtime Contains interfaces that are added to component classes at runtime
 

Uses of TapestryException in org.apache.tapestry5.internal.services
 

Subclasses of TapestryException in org.apache.tapestry5.internal.services
 class RenderQueueException
          Exception used when rendering, to capture the stack of active components (for propery reporting in the exception page).
 class TransformationException
          Exception thrown when there is a failure transforming a class, or instantiating a transformed class.
 

Uses of TapestryException in org.apache.tapestry5.ioc.internal
 

Subclasses of TapestryException in org.apache.tapestry5.ioc.internal
 class OperationException
          An exception caught and reported by an OperationTracker; the trace property identifies what operations were active at the time of the exception.
 

Uses of TapestryException in org.apache.tapestry5.ioc.util
 

Subclasses of TapestryException in org.apache.tapestry5.ioc.util
 class UnknownValueException
          Special exception used when a value (typically from a map) is referenced that does not exist.
 

Uses of TapestryException in org.apache.tapestry5.runtime
 

Subclasses of TapestryException in org.apache.tapestry5.runtime
 class ComponentEventException
          A wrapper exception around any exception thrown when invoking a component event handler.
 



Copyright © 2003-2012 The Apache Software Foundation.