Package org.apache.struts.tiles
Class NoSuchDefinitionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.struts.tiles.TilesException
org.apache.struts.tiles.DefinitionsFactoryException
org.apache.struts.tiles.NoSuchDefinitionException
- All Implemented Interfaces:
Serializable
Exception thrown when a definition is not found.
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructor.Constructor. -
Method Summary
Methods inherited from class org.apache.struts.tiles.TilesException
getException
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.
-