Uses of Class
org.apache.tapestry5.commons.internal.util.TapestryException
Packages that use TapestryException
Package
Description
[INTERNAL USE ONLY] internal support classes; API subject to change.
[INTERNAL USE ONLY] internal service classes; API subject to change
[INTERNAL USE ONLY] Tapestry IOC implementation details; API subject to change.
Contains interfaces that are added to component classes at runtime.
-
Uses of TapestryException in org.apache.tapestry5.commons.util
Subclasses of TapestryException in org.apache.tapestry5.commons.utilModifier and TypeClassDescriptionclass
Exception used when aCoercion
throws an exception while trying to coerce a value.class
Exception used whenTypeCoercer
doesn't find a coercion from a type to another.class
Exception used when trying to assemble a page but different versions of the same class are found.class
Special exception used when a value (typically from a map) is referenced that does not exist. -
Uses of TapestryException in org.apache.tapestry5.internal
Subclasses of TapestryException in org.apache.tapestry5.internalModifier and TypeClassDescriptionclass
Exception thrown by Tapestry'sForm
component when the request method is other than POST. -
Uses of TapestryException in org.apache.tapestry5.internal.services
Subclasses of TapestryException in org.apache.tapestry5.internal.servicesModifier and TypeClassDescriptionclass
Exception used when rendering, to capture the stack of active components (for propery reporting in the exception page). -
Uses of TapestryException in org.apache.tapestry5.ioc.internal
Subclasses of TapestryException in org.apache.tapestry5.ioc.internalModifier and TypeClassDescriptionclass
An exception caught and reported by anOperationTracker
; the trace property identifies what operations were active at the time of the exception. -
Uses of TapestryException in org.apache.tapestry5.runtime
Subclasses of TapestryException in org.apache.tapestry5.runtimeModifier and TypeClassDescriptionclass
A wrapper exception around any exception thrown when invoking a component event handler.