Package org.antlr.runtime
Class EarlyExitException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.antlr.runtime.RecognitionException
-
- org.antlr.runtime.EarlyExitException
-
- All Implemented Interfaces:
Serializable
public class EarlyExitException extends RecognitionException
The recognizer did not match anything for a (..)+ loop.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description int
decisionNumber
-
Fields inherited from class org.antlr.runtime.RecognitionException
approximateLineInfo, c, charPositionInLine, index, input, line, node, token
-
-
Constructor Summary
Constructors Constructor Description EarlyExitException()
Used for remote debugger deserializationEarlyExitException(int decisionNumber, IntStream input)
-
Method Summary
-
Methods inherited from class org.antlr.runtime.RecognitionException
extractInformationFromTreeNodeStream, getUnexpectedType
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
EarlyExitException
public EarlyExitException()
Used for remote debugger deserialization
-
EarlyExitException
public EarlyExitException(int decisionNumber, IntStream input)
-
-