Class MjmlRenderException

All Implemented Interfaces:
Serializable

public class MjmlRenderException extends MjmlException
Exception thrown when a failure occurs during the MJML rendering phase (as opposed to parsing or input validation).
See Also:
  • Constructor Details

    • MjmlRenderException

      public MjmlRenderException(String message)
    • MjmlRenderException

      public MjmlRenderException(String message, Throwable cause)