Class RawParseException

Object
Throwable
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
Author:
Daniel Fernández
See Also:
  • 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