Class TemplateParseException

All Implemented Interfaces:
Serializable

public class TemplateParseException extends IOException
This exception is thrown, if an error during the template parse phase occurs.
Since:
1.19
See Also:
  • Constructor Details

    • TemplateParseException

      public TemplateParseException()
    • TemplateParseException

      public TemplateParseException(String message)
    • TemplateParseException

      public TemplateParseException(Throwable cause)
    • TemplateParseException

      public TemplateParseException(String message, Throwable cause)