public class RendererException extends TilesException
Constructor and Description |
---|
RendererException()
Constructor.
|
RendererException(Exception e)
Create a new
RendererException wrapping an existing
exception. |
RendererException(String message)
Constructor.
|
RendererException(String message,
Exception e)
Create a new
RendererException from an existing exception. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RendererException()
public RendererException(String message)
message
- The error or warning message.public RendererException(Exception e)
RendererException
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 exception to be wrapped.public RendererException(String message, Exception e)
RendererException
from an existing exception.
The existing exception will be embedded in the new one, but the new exception will have its own message.
message
- The detail message.e
- The exception to be wrapped.Copyright © 2016. All rights reserved.