Class TextParseException

  • All Implemented Interfaces:

    public final class TextParseException
    extends 

    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 Summary

      Constructors 
      Constructor Description
      TextParseException()  
      TextParseException​(int line, int col)  
       message)  
       message, int line, int col)  
       message,  throwable)  
       message,  throwable, int line, int col)  
       throwable)  
       throwable, int line, int col)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      getCol()  
      getLine()  
      • Methods inherited from class java.lang.

        , , , , , , , , , ,
      • Methods inherited from class java.lang.

        , , , , , , , , ,
    • Constructor Detail

      • TextParseException

        public TextParseException()
      • TextParseException

        public TextParseException​( message,
                                   throwable)
      • TextParseException

        public TextParseException​( message)
      • TextParseException

        public TextParseException​( throwable)
      • TextParseException

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

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

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

        public TextParseException​( throwable,
                                  int line,
                                  int col)
    • Method Detail

      • getLine

        public  getLine()
      • getCol

        public  getCol()