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

org.apache.tiles.definition
Class DefinitionsFactoryException

Package class diagram package DefinitionsFactoryException
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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FactoryNotFoundException, NoSuchDefinitionException

public class DefinitionsFactoryException
extends TilesException

Exception thrown when an error occurs while the impl tries to create a new instance mapper.

Version:
$Rev: 585235 $ $Date: 2007-10-16 21:53:23 +0200 (mar, 16 ott 2007) $
See Also:
Serialized Form

Constructor Summary
DefinitionsFactoryException()
          Constructor.
DefinitionsFactoryException(Exception e)
          Create a new DefinitionsFactoryException wrapping an existing exception.
DefinitionsFactoryException(String message)
          Constructor.
DefinitionsFactoryException(String message, Exception e)
          Create a new DefinitionsFactoryException from an existing exception.
 
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

DefinitionsFactoryException

public DefinitionsFactoryException()
Constructor.


DefinitionsFactoryException

public DefinitionsFactoryException(String message)
Constructor.

Parameters:
message - The error or warning message.

DefinitionsFactoryException

public DefinitionsFactoryException(Exception e)
Create a new DefinitionsFactoryException wrapping an existing exception.

The existing exception will be embedded in the new one and its message will become the default message for the DefinitionsFactoryException.

Parameters:
e - The exception to be wrapped.

DefinitionsFactoryException

public DefinitionsFactoryException(String message,
                                   Exception e)
Create a new DefinitionsFactoryException from an existing exception.

The existing exception will be embedded in the new one, but the new exception will have its own message.

Parameters:
message - The detail message.
e - The exception to be wrapped.


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