Class MjmlParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.jcputney.mjml.MjmlException
dev.jcputney.mjml.MjmlParseException
- All Implemented Interfaces:
Serializable
Exception thrown when MJML parsing fails (malformed XML, missing root element, etc.).
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMjmlParseException(String message) MjmlParseException(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
-
MjmlParseException
-
MjmlParseException
-