Class ParserException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ParserException
    extends java.lang.RuntimeException
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ParserException​(int lineNumber, int columnNumber, java.lang.String templatePath, java.lang.String msg, java.lang.Throwable cause)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private static java.lang.String buildMessage​(int lineNumber, int columnNumber, java.lang.String templatePath, java.lang.String message, java.lang.Throwable cause)  
      int getColumnNumber()  
      int getLineNumber()  
      java.lang.String getTemplatePath()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • lineNumber

        private final int lineNumber
      • columnNumber

        private final int columnNumber
      • templatePath

        private final java.lang.String templatePath
    • Constructor Detail

      • ParserException

        public ParserException​(int lineNumber,
                               int columnNumber,
                               java.lang.String templatePath,
                               java.lang.String msg,
                               java.lang.Throwable cause)
    • Method Detail

      • getLineNumber

        public int getLineNumber()
      • getColumnNumber

        public int getColumnNumber()
      • getTemplatePath

        public java.lang.String getTemplatePath()
      • buildMessage

        private static java.lang.String buildMessage​(int lineNumber,
                                                     int columnNumber,
                                                     java.lang.String templatePath,
                                                     java.lang.String message,
                                                     java.lang.Throwable cause)