Apache Struts API Documentation: Class NoSuchDefinitionException

Apache Struts API


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:
java.io.Serializable

public class NoSuchDefinitionException
extends DefinitionsFactoryException

Exception thrown when a definition is not found.

See Also:
Serialized Form

Fields inherited from class org.apache.struts.tiles.DefinitionsFactoryException
exception
 
Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
NoSuchDefinitionException()
          Constructor.
NoSuchDefinitionException(java.lang.String msg)
          Constructor.
 
Methods inherited from class org.apache.struts.tiles.DefinitionsFactoryException
getException, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

NoSuchDefinitionException

public NoSuchDefinitionException()
Constructor.

NoSuchDefinitionException

public NoSuchDefinitionException(java.lang.String msg)
Constructor.
Parameters:
msg - Message.


Copyright © 2000-2005 - The Apache Software Foundation