java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.tiles.TilesException
org.apache.tiles.definition.DefinitionsFactoryException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NoSuchDefinitionException, FactoryNotFoundException
$ - Rev: 585406 $ $Date: 2007-10-17 10:16:42 +0200 (Wed, 17 Oct 2007) $| Constructor: |
|---|
|
|
DefinitionsFactoryException wrapping an existing exception.
The existing exception will be embedded in the new one and its message will become the default message for the DefinitionsFactoryException.
|
DefinitionsFactoryException 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 |