org.apache.struts.tiles
Class NoSuchDefinitionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.struts.tiles.TilesException
              extended by org.apache.struts.tiles.DefinitionsFactoryException
                  extended by org.apache.struts.tiles.NoSuchDefinitionException
All Implemented Interfaces:
Serializable

public class NoSuchDefinitionException
extends DefinitionsFactoryException

Exception thrown when a definition is not found.

See Also:
Serialized Form

Constructor Summary
NoSuchDefinitionException()
          Constructor.
NoSuchDefinitionException(String msg)
          Constructor.
 
Method Summary
 
Methods inherited from class org.apache.struts.tiles.DefinitionsFactoryException
getException, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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 © 2000-2008 Apache Software Foundation. All Rights Reserved.