java.io.Serializable
public class TilesVelocityException extends TilesException
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.
|
public TilesVelocityException()
public TilesVelocityException(java.lang.String message)
message
- The message of the exception.public TilesVelocityException(java.lang.Throwable e)
e
- The cause of the exception.public TilesVelocityException(java.lang.String message, java.lang.Throwable e)
message
- The message of the exception.e
- The cause of the exception.Copyright © 2018. All rights reserved.