Class ParserException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ParserException
    extends java.lang.RuntimeException
    Author:
    joelauer
    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 Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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
    • 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()