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

org.apache.tiles.preparer
Class PreparerException

Package class diagram package PreparerException
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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NoSuchPreparerException

public class PreparerException
extends TilesException

Thrown when an exception occurs while processing a prepare request.

Since:
Tiles 2.0
Version:
$Rev: 529551 $ $Date: 2007-04-17 12:42:50 +0200 (mar, 17 apr 2007) $
See Also:
Serialized Form

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

PreparerException

public PreparerException()
Constructor.


PreparerException

public PreparerException(Exception e)
Constructor.

Parameters:
e - The cause exception.

PreparerException

public PreparerException(String message)
Constructor.

Parameters:
message - The message to include.

PreparerException

public PreparerException(String message,
                         Exception e)
Constructor.

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


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