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

org.apache.tiles.velocity
Class TilesVelocityException

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

public class TilesVelocityException
extends TilesException

Exception connected to the usage of Velocity and Tiles.

Since:
2.2.0
Version:
$Rev: 765774 $ $Date: 2009-04-16 23:43:00 +0200 (gio, 16 apr 2009) $
See Also:
Serialized Form

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

TilesVelocityException

public TilesVelocityException()
Constructor.

Since:
2.2.0

TilesVelocityException

public TilesVelocityException(String message)
Constructor.

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

TilesVelocityException

public TilesVelocityException(Exception e)
Constructor.

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

TilesVelocityException

public TilesVelocityException(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.