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, toStringpublic RenderingException()
public RenderingException(String message, Throwable cause)
message - the messagecause - the causepublic RenderingException(String message)
message - the messagepublic RenderingException(Throwable cause)
cause - the causeCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.