Class RawParseException

  • All Implemented Interfaces:

    public final class RawParseException
    extends 

    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 Summary

      Constructors 
      Constructor Description
      RawParseException()  
      RawParseException​(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

      • RawParseException

        public RawParseException()
      • RawParseException

        public RawParseException​( message,
                                  throwable)
      • RawParseException

        public RawParseException​( message)
      • RawParseException

        public RawParseException​( throwable)
      • RawParseException

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

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

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

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

      • getLine

        public  getLine()
      • getCol

        public  getCol()