Class TemplateEngineException

Object
Throwable
Exception
RuntimeException
org.thymeleaf.exceptions.TemplateEngineException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AlreadyInitializedException, ConfigurationException, ParserInitializationException, TemplateProcessingException

public abstract class TemplateEngineException extends RuntimeException
Since:
1.0
Author:
Daniel Fernández
See Also:
  • Constructor Details

    • TemplateEngineException

      protected TemplateEngineException(String message, Throwable cause)
    • TemplateEngineException

      protected TemplateEngineException(String message)