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