This project has retired. For details please refer to its Attic page.
NoSuchDefinitionException (Tiles 2 2.1.4 API)

org.apache.tiles.definition
Class NoSuchDefinitionException

Package class diagram package NoSuchDefinitionException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.tiles.TilesException
                  extended by org.apache.tiles.definition.DefinitionsFactoryException
                      extended by 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 (mer, 11 apr 2007) $
See Also:
Serialized Form

Constructor Summary
NoSuchDefinitionException()
          Constructor.
NoSuchDefinitionException(String msg)
          Constructor.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchDefinitionException

public NoSuchDefinitionException()
Constructor.


NoSuchDefinitionException

public NoSuchDefinitionException(String msg)
Constructor.

Parameters:
msg - Message.


Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.