edu.wis.jtlv.env.core.spec
Class SpecParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.antlr.runtime.RecognitionException
edu.wis.jtlv.env.core.spec.SpecParseException
- All Implemented Interfaces:
- java.io.Serializable
public class SpecParseException
- extends org.antlr.runtime.RecognitionException
- See Also:
- Serialized Form
Fields inherited from class org.antlr.runtime.RecognitionException |
approximateLineInfo, c, charPositionInLine, index, input, line, node, token |
Constructor Summary |
SpecParseException(java.lang.String desc,
org.antlr.runtime.IntStream arg0,
org.antlr.runtime.Token start,
org.antlr.runtime.Token stop)
|
Methods inherited from class org.antlr.runtime.RecognitionException |
getUnexpectedType |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SpecParseException
public SpecParseException(java.lang.String desc,
org.antlr.runtime.IntStream arg0,
org.antlr.runtime.Token start,
org.antlr.runtime.Token stop)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Throwable
getErrorStartLine
public int getErrorStartLine()
getErrorStartCharPos
public int getErrorStartCharPos()
getErrorStopLine
public int getErrorStopLine()
getErrorStopCharPos
public int getErrorStopCharPos()