Package org.thymeleaf.exceptions
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:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
TemplateEngineException(String message)
protected
TemplateEngineException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-