public class FreeMarkerTilesException extends TilesException
Constructor and Description |
---|
FreeMarkerTilesException()
Constructor.
|
FreeMarkerTilesException(Exception e)
Constructor.
|
FreeMarkerTilesException(String message)
Constructor.
|
FreeMarkerTilesException(String message,
Exception e)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FreeMarkerTilesException()
public FreeMarkerTilesException(String message)
message
- The message of the exception.public FreeMarkerTilesException(Exception e)
e
- The cause of the exception.Copyright © 2016. All rights reserved.