Class RawParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.thymeleaf.templateparser.raw.RawParseException
All Implemented Interfaces:
Serializable

public final class RawParseException extends Exception

Exception that can be thrown during parsing of raw templates using a Thymeleaf raw-based parser.

Since:
3.0.0
See Also:
  • Field Details

  • Constructor Details

    • RawParseException

      public RawParseException()
    • RawParseException

      public RawParseException(String message, Throwable throwable)
    • RawParseException

      public RawParseException(String message)
    • RawParseException

      public RawParseException(Throwable throwable)
    • RawParseException

      public RawParseException(int line, int col)
    • RawParseException

      public RawParseException(String message, Throwable throwable, int line, int col)
    • RawParseException

      public RawParseException(String message, int line, int col)
    • RawParseException

      public RawParseException(Throwable throwable, int line, int col)
  • Method Details

    • messagePrefix

      private static String messagePrefix(int line, int col)
    • message

      private static String message(String message, Throwable throwable)
    • getLine

      public Integer getLine()
    • getCol

      public Integer getCol()