org.antlr.runtime
Class EarlyExitException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.antlr.runtime.RecognitionException
              extended by org.antlr.runtime.EarlyExitException
All Implemented Interfaces:
java.io.Serializable

public class EarlyExitException
extends RecognitionException

The recognizer did not match anything for a (..)+ loop.

See Also:
Serialized Form

Field Summary
 int decisionNumber
           
 
Fields inherited from class org.antlr.runtime.RecognitionException
approximateLineInfo, c, charPositionInLine, index, input, line, node, token
 
Constructor Summary
EarlyExitException()
          Used for remote debugger deserialization
EarlyExitException(int decisionNumber, IntStream input)
           
 
Method Summary
 
Methods inherited from class org.antlr.runtime.RecognitionException
extractInformationFromTreeNodeStream, getUnexpectedType
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

decisionNumber

public int decisionNumber
Constructor Detail

EarlyExitException

public EarlyExitException()
Used for remote debugger deserialization


EarlyExitException

public EarlyExitException(int decisionNumber,
                          IntStream input)


Copyright © 2011. All Rights Reserved.