Class MjmlException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.jcputney.mjml.MjmlException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MjmlIncludeException, MjmlParseException, MjmlRenderException, MjmlValidationException
Runtime exception thrown when MJML parsing or rendering fails.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMjmlException(String message) MjmlException(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
-
MjmlException
-
MjmlException
-