org.apache.struts.tiles
Class FactoryNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.struts.tiles.TilesException
              extended byorg.apache.struts.tiles.DefinitionsFactoryException
                  extended byorg.apache.struts.tiles.FactoryNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class FactoryNotFoundException
extends DefinitionsFactoryException

Exception thrown when definitions factory is not found.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.tiles.DefinitionsFactoryException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
FactoryNotFoundException()
          Constructor.
FactoryNotFoundException(java.lang.String msg)
          Constructor.
 
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

FactoryNotFoundException

public FactoryNotFoundException()
Constructor.


FactoryNotFoundException

public FactoryNotFoundException(java.lang.String msg)
Constructor.

Parameters:
msg - Message.


Copyright © 2000-2005 - The Apache Software Foundation