Class MjmlIncludeException

All Implemented Interfaces:
Serializable

public class MjmlIncludeException extends MjmlException
Exception thrown when mj-include processing fails (missing file, circular includes, etc.).
See Also:
  • Constructor Details

    • MjmlIncludeException

      public MjmlIncludeException(String message)
    • MjmlIncludeException

      public MjmlIncludeException(String message, Throwable cause)