public class TilesException extends RuntimeException
Constructor and Description |
---|
TilesException()
Constructor.
|
TilesException(String message)
Constructor.
|
TilesException(String message,
Throwable e)
Create a new
TilesException from an existing exception. |
TilesException(Throwable e)
Create a new
TilesException wrapping an existing exception. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TilesException()
public TilesException(String message)
message
- The error or warning message.public TilesException(Throwable e)
TilesException
wrapping an existing exception.
The existing exception will be embedded in the new one, and its message will become the default message for the TilesException.
e
- The cause to be wrapped.Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.