Class TextParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.thymeleaf.templateparser.text.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
- See Also:
-
Field Summary
Fields -
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
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
line
-
col
-
-
Constructor Details
-
TextParseException
public TextParseException() -
TextParseException
-
TextParseException
-
TextParseException
-
TextParseException
public TextParseException(int line, int col) -
TextParseException
-
TextParseException
-
TextParseException
-
-
Method Details
-
messagePrefix
-
message
-
getLine
-
getCol
-