Package org.apache.tiles.velocity
Class TilesVelocityException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.tiles.TilesException
-
- org.apache.tiles.velocity.TilesVelocityException
-
- All Implemented Interfaces:
java.io.Serializable
public class TilesVelocityException extends TilesException
Exception connected to the usage of Velocity and Tiles.- Since:
- 2.2.0
- Version:
- $Rev: 1035820 $ $Date: 2010-11-17 08:26:24 +1100 (Wed, 17 Nov 2010) $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TilesVelocityException()
Constructor.TilesVelocityException(java.lang.String message)
Constructor.TilesVelocityException(java.lang.String message, java.lang.Throwable e)
Constructor.TilesVelocityException(java.lang.Throwable e)
Constructor.
-
-
-
Constructor Detail
-
TilesVelocityException
public TilesVelocityException()
Constructor.- Since:
- 2.2.0
-
TilesVelocityException
public TilesVelocityException(java.lang.String message)
Constructor.- Parameters:
message
- The message of the exception.- Since:
- 2.2.0
-
TilesVelocityException
public TilesVelocityException(java.lang.Throwable e)
Constructor.- Parameters:
e
- The cause of the exception.- Since:
- 2.2.0
-
TilesVelocityException
public TilesVelocityException(java.lang.String message, java.lang.Throwable e)
Constructor.- Parameters:
message
- The message of the exception.e
- The cause of the exception.- Since:
- 2.2.0
-
-