Documentation of 'org.python.antlr.ParseException' Java class
ParseException
org.python.antlr

Class ParseException

  • All Implemented Interfaces:
    java.io.Serializable


    public class ParseException
    extends java.lang.RuntimeException
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      PyObject getType() 
      void setType(PyObject t) 
      • 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

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

      • input

        public transient org.antlr.runtime.IntStream input
      • index

        public int index
      • token

        public org.antlr.runtime.Token token
      • node

        public java.lang.Object node
      • c

        public int c
      • line

        public int line
      • charPositionInLine

        public int charPositionInLine
      • approximateLineInfo

        public boolean approximateLineInfo
    • Constructor Detail

      • ParseException

        public ParseException()
      • ParseException

        public ParseException(java.lang.String message,
                              int lin,
                              int charPos)
      • ParseException

        public ParseException(java.lang.String message)
      • ParseException

        public ParseException(java.lang.String message,
                              PythonTree n)
        n must not be null to use this constructor
      • ParseException

        public ParseException(java.lang.String message,
                              org.antlr.runtime.RecognitionException r)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.