Package org.thymeleaf.exceptions
Class TemplateEngineException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.thymeleaf.exceptions.TemplateEngineException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
AlreadyInitializedException,ConfigurationException,ParserInitializationException,TemplateProcessingException
public abstract class TemplateEngineException extends java.lang.RuntimeException- Since:
- 1.0
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description protectedTemplateEngineException(java.lang.String message)protectedTemplateEngineException(java.lang.String message, java.lang.Throwable cause)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-