Package org.thymeleaf.templateparser.raw
Class RawParseException
- All Implemented Interfaces:
Serializable
Exception that can be thrown during parsing of raw templates using a Thymeleaf raw-based parser.
- Since:
- 3.0.0
- Author:
- Daniel Fernández
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRawParseException
(int line, int col) RawParseException
(String message) RawParseException
(String message, int line, int col) RawParseException
(String message, Throwable throwable) RawParseException
(String message, Throwable throwable, int line, int col) RawParseException
(Throwable throwable) RawParseException
(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
-
RawParseException
public RawParseException() -
RawParseException
-
RawParseException
-
RawParseException
-
RawParseException
public RawParseException(int line, int col) -
RawParseException
-
RawParseException
-
RawParseException
-
-
Method Details
-
getLine
-
getCol
-