This project has retired. For details please refer to its
Attic page.
NoSuchDefinitionException (Tiles 2 2.0.7 API)
org.apache.tiles.definition
Class NoSuchDefinitionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.tiles.TilesException
org.apache.tiles.definition.DefinitionsFactoryException
org.apache.tiles.definition.NoSuchDefinitionException
- All Implemented Interfaces:
- Serializable
public class NoSuchDefinitionException
- extends DefinitionsFactoryException
Exception thrown when a definition is not found.
- Version:
- $Rev: 527536 $ $Date: 2007-04-11 17:44:51 +0200 (Wed, 11 Apr 2007) $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoSuchDefinitionException
public NoSuchDefinitionException()
- Constructor.
NoSuchDefinitionException
public NoSuchDefinitionException(String msg)
- Constructor.
- Parameters:
msg
- Message.
Copyright © 2001-2008 Apache Software Foundation. All Rights Reserved.