public class RenderingException extends RuntimeException
Root exception for rendering exception cases.
| Constructor and Description | 
|---|
RenderingException(String message)
 | 
RenderingException(String message,
                  Throwable cause)
 | 
RenderingException(Throwable cause)
 | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RenderingException(String message, Throwable cause)
message - The exception messagecause - The exception causepublic RenderingException(String message)
message - The exception messagepublic RenderingException(Throwable cause)
cause - The exception causeCopyright © 2021 Albirar. All rights reserved.