Class MjmlRenderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.jcputney.mjml.MjmlException
dev.jcputney.mjml.MjmlRenderException
- All Implemented Interfaces:
Serializable
Exception thrown when a failure occurs during the MJML rendering phase (as opposed to parsing or
input validation).
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMjmlRenderException(String message) MjmlRenderException(String message, Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MjmlRenderException
-
MjmlRenderException
-