Package org.moddingx.libx.render.target
Class RenderJobFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.moddingx.libx.render.target.RenderJobFailedException
- All Implemented Interfaces:
Serializable
Thrown when a
RenderJob
fails to render correctly.- See Also:
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionThe reason for the failure. -
Constructor Summary
ConstructorDescriptionRenderJobFailedException
(String message) RenderJobFailedException
(String message, Throwable cause) RenderJobFailedException
(RenderJobFailedException.Reason reason, String message) RenderJobFailedException
(RenderJobFailedException.Reason reason, String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
reason
The reason for the failure.
-
-
Constructor Details
-
RenderJobFailedException
-
RenderJobFailedException
-
RenderJobFailedException
-
RenderJobFailedException
-
RenderJobFailedException
public RenderJobFailedException(RenderJobFailedException.Reason reason, String message, Throwable cause)
-