java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.tiles.TilesException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NoSuchPreparerException, NoSuchDefinitionException, PreparerException, DefinitionsFactoryException, FactoryNotFoundException
$ - Rev: 527536 $ $Date: 2007-04-11 17:44:51 +0200 (Wed, 11 Apr 2007) $| Constructor: |
|---|
|
|
TilesException wrapping an existing exception.
The existing exception will be embedded in the new one, and its message will become the default message for the TilesException.
|
TilesException from an existing exception.
The existing exception will be embedded in the new one, but the new exception will have its own message.
|
| Methods from java.lang.Throwable: |
|---|
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |