org.antlr.analysis
Class AnalysisTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.antlr.analysis.AnalysisTimeoutException
- All Implemented Interfaces:
- Serializable
public class AnalysisTimeoutException
- extends RuntimeException
Analysis took too long; bail out of entire DFA construction.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
abortedDFA
public DFA abortedDFA
AnalysisTimeoutException
public AnalysisTimeoutException(DFA abortedDFA)
Copyright © 2011. All Rights Reserved.