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