Class MjmlValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.jcputney.mjml.MjmlException
dev.jcputney.mjml.MjmlValidationException
- All Implemented Interfaces:
Serializable
Exception thrown when MJML input validation fails (size limit, nesting depth, etc.).
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMjmlValidationException(String message) MjmlValidationException(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
-
MjmlValidationException
-
MjmlValidationException
-