Package org.thymeleaf.exceptions
Class ParserInitializationException
- Object
-
- Throwable
-
- Exception
-
- RuntimeException
-
- org.thymeleaf.exceptions.TemplateEngineException
-
- org.thymeleaf.exceptions.ParserInitializationException
-
- All Implemented Interfaces:
Serializable
public class ParserInitializationException extends TemplateEngineException
- Since:
- 1.0
- Author:
- Daniel Fernández
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParserInitializationException(String message)
ParserInitializationException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-