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 SummaryConstructorsConstructorDescriptionConstructor.TilesVelocityException(String message) Constructor.TilesVelocityException(String message, Throwable e) Constructor.Constructor.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
TilesVelocityExceptionpublic TilesVelocityException()Constructor.- Since:
- 2.2.0
 
- 
TilesVelocityExceptionConstructor.- Parameters:
- message- The message of the exception.
- Since:
- 2.2.0
 
- 
TilesVelocityExceptionConstructor.- Parameters:
- e- The cause of the exception.
- Since:
- 2.2.0
 
- 
TilesVelocityExceptionConstructor.- Parameters:
- message- The message of the exception.
- e- The cause of the exception.
- Since:
- 2.2.0
 
 
-