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

org.apache.tiles.definition
Class FactoryNotFoundException

Package class diagram package FactoryNotFoundException
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.FactoryNotFoundException
All Implemented Interfaces:
Serializable

public class FactoryNotFoundException
extends DefinitionsFactoryException

Exception thrown when definitions impl is not found.

Version:
$Rev: 527536 $ $Date: 2007-04-11 17:44:51 +0200 (mer, 11 apr 2007) $
See Also:
Serialized Form

Constructor Summary
FactoryNotFoundException()
          Constructor.
FactoryNotFoundException(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

FactoryNotFoundException

public FactoryNotFoundException()
Constructor.


FactoryNotFoundException

public FactoryNotFoundException(String msg)
Constructor.

Parameters:
msg - Message.


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