| java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.apache.tapestry.ioc.internal.util.TapestryException
All known Subclasses: org.apache.tapestry.internal.services.TransformationException,
TapestryException | public TapestryException(String message, Object location, Throwable cause)(Code) | | Parameters: message - a message (may be null) Parameters: locatable - implements Location or Locatable Parameters: cause - if not null, the root cause of the exception |
TapestryException | public TapestryException(String message, Throwable cause)(Code) | | Parameters: message - a message (may be null) Parameters: cause - if not null, the root cause of the exception, also used to set the location |
TapestryException | public TapestryException(String message, Location location, Throwable cause)(Code) | | Parameters: message - a message (may be null) Parameters: locatable - location to associated with the exception, or null if not known Parameters: cause - if not null, the root cause of the exception |
|
|