Package org.apache.tiles.definition
Class NoSuchDefinitionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.tiles.TilesException
org.apache.tiles.definition.DefinitionsFactoryException
org.apache.tiles.definition.NoSuchDefinitionException
- All Implemented Interfaces:
Serializable
Exception thrown when a definition is not found.
- Version:
- $Rev: 1045365 $ $Date: 2010-12-14 07:46:46 +1100 (Tue, 14 Dec 2010) $
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.Constructor.NoSuchDefinitionException
(String message, Throwable e) Constructor.Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoSuchDefinitionException
public NoSuchDefinitionException()Constructor. -
NoSuchDefinitionException
Constructor.- Parameters:
msg
- Message.
-
NoSuchDefinitionException
Constructor.- Parameters:
message
- Message.e
- Cause.
-
NoSuchDefinitionException
Constructor.- Parameters:
e
- Cause.
-