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

org.apache.tiles.freemarker
Class FreeMarkerTilesException

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

public class FreeMarkerTilesException
extends TilesException

Exception connected to the usage of FreeMarker and Tiles.

Since:
2.2.0
Version:
$Rev: 765386 $ $Date: 2009-04-15 23:56:54 +0200 (mer, 15 apr 2009) $
See Also:
Serialized Form

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

FreeMarkerTilesException

public FreeMarkerTilesException()
Constructor.

Since:
2.2.0

FreeMarkerTilesException

public FreeMarkerTilesException(String message)
Constructor.

Parameters:
message - The message of the exception.
Since:
2.2.0

FreeMarkerTilesException

public FreeMarkerTilesException(Exception e)
Constructor.

Parameters:
e - The cause of the exception.
Since:
2.2.0

FreeMarkerTilesException

public FreeMarkerTilesException(String message,
                                Exception e)
Constructor.

Parameters:
message - The message of the exception.
e - The cause of the exception.
Since:
2.2.0


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