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

org.apache.tiles.preparer
Class NoSuchPreparerException

Package class diagram package NoSuchPreparerException
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.preparer.PreparerException
                      extended by org.apache.tiles.preparer.NoSuchPreparerException
All Implemented Interfaces:
Serializable

public class NoSuchPreparerException
extends PreparerException

Thrown when the named preparerInstance can not be found.

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

Constructor Summary
NoSuchPreparerException(String message)
          Constructor.
NoSuchPreparerException(String message, Exception e)
          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

NoSuchPreparerException

public NoSuchPreparerException(String message)
Constructor.

Parameters:
message - The message to include.

NoSuchPreparerException

public NoSuchPreparerException(String message,
                               Exception e)
Constructor.

Parameters:
message - The message to include.
e - The cause exception.


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