org.antlr.analysis
Class AnalysisRecursionOverflowException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.antlr.analysis.AnalysisRecursionOverflowException
All Implemented Interfaces:
java.io.Serializable

public class AnalysisRecursionOverflowException
extends java.lang.RuntimeException

An NFA configuration context stack overflowed.

See Also:
Serialized Form

Field Summary
 DFAState ovfState
           
 NFAConfiguration proposedNFAConfiguration
           
 
Constructor Summary
AnalysisRecursionOverflowException(DFAState ovfState, NFAConfiguration proposedNFAConfiguration)
           
 
Method Summary
 
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

ovfState

public DFAState ovfState

proposedNFAConfiguration

public NFAConfiguration proposedNFAConfiguration
Constructor Detail

AnalysisRecursionOverflowException

public AnalysisRecursionOverflowException(DFAState ovfState,
                                          NFAConfiguration proposedNFAConfiguration)


Copyright © 2013. All Rights Reserved.