Class 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:
    Serialized Form
    • Constructor Detail

      • 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)