Class MjmlIncludeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.jcputney.mjml.MjmlException
dev.jcputney.mjml.MjmlIncludeException
- All Implemented Interfaces:
Serializable
Exception thrown when mj-include processing fails (missing file, circular includes, etc.).
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMjmlIncludeException(String message) MjmlIncludeException(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
-
MjmlIncludeException
-
MjmlIncludeException
-