Package org.apache.tiles.velocity
Class TilesVelocityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.tiles.api.TilesException
org.apache.tiles.velocity.TilesVelocityException
- All Implemented Interfaces:
Serializable
Exception connected to the usage of Velocity and Tiles.
- Since:
- 2.2.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.TilesVelocityException
(String message) Constructor.TilesVelocityException
(String message, Throwable e) Constructor.Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TilesVelocityException
public TilesVelocityException()Constructor.- Since:
- 2.2.0
-
TilesVelocityException
Constructor.- Parameters:
message
- The message of the exception.- Since:
- 2.2.0
-
TilesVelocityException
Constructor.- Parameters:
e
- The cause of the exception.- Since:
- 2.2.0
-
TilesVelocityException
Constructor.- Parameters:
message
- The message of the exception.e
- The cause of the exception.- Since:
- 2.2.0
-