Class TextParseException

  • All Implemented Interfaces:
    Serializable

    public final class TextParseException
    extends Exception

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

    Since:
    3.0.0
    Author:
    Daniel Fernández
    See Also:
    Serialized Form
    • Constructor Detail

      • TextParseException

        public TextParseException()
      • TextParseException

        public TextParseException​(String message,
                                  Throwable throwable)
      • TextParseException

        public TextParseException​(String message)
      • TextParseException

        public TextParseException​(Throwable throwable)
      • TextParseException

        public TextParseException​(int line,
                                  int col)
      • TextParseException

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

        public TextParseException​(String message,
                                  int line,
                                  int col)
      • TextParseException

        public TextParseException​(Throwable throwable,
                                  int line,
                                  int col)