Class TextParseException
- All Implemented Interfaces:
Serializable
Exception that can be thrown during parsing of text templates using a Thymeleaf text-based parser.
- Since:
- 3.0.0
- Author:
- Daniel Fernández
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTextParseException
(int line, int col) TextParseException
(String message) TextParseException
(String message, int line, int col) TextParseException
(String message, Throwable throwable) TextParseException
(String message, Throwable throwable, int line, int col) TextParseException
(Throwable throwable) TextParseException
(Throwable throwable, int line, int col) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TextParseException
public TextParseException() -
TextParseException
-
TextParseException
-
TextParseException
-
TextParseException
public TextParseException(int line, int col) -
TextParseException
-
TextParseException
-
TextParseException
-
-
Method Details
-
getLine
-
getCol
-