Class TemplateEngineException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AlreadyInitializedException, ConfigurationException, ParserInitializationException, TemplateProcessingException

public abstract class TemplateEngineException extends RuntimeException
Since:
1.0
See Also:
  • Field Details

  • Constructor Details

    • TemplateEngineException

      protected TemplateEngineException(String message, Throwable cause)
    • TemplateEngineException

      protected TemplateEngineException(String message)