Uses of Class
dev.jcputney.mjml.MjmlException
Packages that use MjmlException
-
Uses of MjmlException in dev.jcputney.mjml
Subclasses of MjmlException in dev.jcputney.mjmlModifier and TypeClassDescriptionclassException thrown when mj-include processing fails (missing file, circular includes, etc.).classException thrown when MJML parsing fails (malformed XML, missing root element, etc.).classException thrown when a failure occurs during the MJML rendering phase (as opposed to parsing or input validation).classException thrown when MJML input validation fails (size limit, nesting depth, etc.).