Class MjmlParseException

All Implemented Interfaces:
Serializable

public class MjmlParseException extends MjmlException
Exception thrown when MJML parsing fails (malformed XML, missing root element, etc.).
See Also:
  • Constructor Details

    • MjmlParseException

      public MjmlParseException(String message)
    • MjmlParseException

      public MjmlParseException(String message, Throwable cause)