public class RenderingException extends Exception
Constructor and Description |
---|
RenderingException()
Instantiates a new rendering exception.
|
RenderingException(String message)
Instantiates a new rendering exception.
|
RenderingException(String message,
Throwable cause)
Instantiates a new rendering exception.
|
RenderingException(Throwable cause)
Instantiates a new rendering exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RenderingException()
public RenderingException(String message, Throwable cause)
message
- the messagecause
- the causepublic RenderingException(String message)
message
- the messagepublic RenderingException(Throwable cause)
cause
- the causeCopyright © 2016 SAPERION AG. All rights reserved.