public class TilesVelocityException extends TilesException
| Constructor and Description |
|---|
TilesVelocityException()
Constructor.
|
TilesVelocityException(java.lang.Exception e)
Constructor.
|
TilesVelocityException(java.lang.String message)
Constructor.
|
TilesVelocityException(java.lang.String message,
java.lang.Exception e)
Constructor.
|
public TilesVelocityException()
public TilesVelocityException(java.lang.String message)
message - The message of the exception.public TilesVelocityException(java.lang.Exception e)
e - The cause of the exception.public TilesVelocityException(java.lang.String message,
java.lang.Exception e)
message - The message of the exception.e - The cause of the exception.