public final class RawParseException extends Exception
Exception that can be thrown during parsing of raw templates using a Thymeleaf raw-based parser.
Constructor and Description |
---|
RawParseException() |
RawParseException(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) |
Modifier and Type | Method and Description |
---|---|
Integer |
getCol() |
Integer |
getLine() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RawParseException()
public RawParseException(String message)
public RawParseException(Throwable throwable)
public RawParseException(int line, int col)
public RawParseException(String message, int line, int col)
public RawParseException(Throwable throwable, int line, int col)
Copyright © 2016 The THYMELEAF team. All rights reserved.