Package com.saperion.ngc.exception
Class RenderingFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.saperion.ngc.exception.NgcException
com.saperion.ngc.exception.RenderingFailedException
- All Implemented Interfaces:
- Serializable
Exception thrown when rendering a document failed.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionRenderingFailedException(String message) Instantiates a new rendering exception.RenderingFailedException(String message, Throwable cause) Instantiates a new rendering exception.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
RenderingFailedExceptionInstantiates a new rendering exception.- Parameters:
- message- the message
 
- 
RenderingFailedExceptionInstantiates a new rendering exception.- Parameters:
- message- the message
- cause- exception cause
 
 
-