Lines Matching refs:NoViableAltException
41 public class NoViableAltException : RecognitionException
47 public NoViableAltException()
51 public NoViableAltException(string grammarDecisionDescription)
56 public NoViableAltException(string message, string grammarDecisionDescription)
62 public NoViableAltException(string message, string grammarDecisionDescription, Exception innerException)
68 public NoViableAltException(string grammarDecisionDescription, int decisionNumber, int stateNumber, IIntStream input)
76 public NoViableAltException(string message, string grammarDecisionDescription, int decisionNumber, int stateNumber, IIntStream input)
84 public NoViableAltException(string message, string grammarDecisionDescription, int decisionNumber, int stateNumber, IIntStream input, Exception innerException)
92 protected NoViableAltException(SerializationInfo info, StreamingContext context)
142 return "NoViableAltException('" + (char)UnexpectedType + "'@[" + GrammarDecisionDescription + "])";
146 return "NoViableAltException(" + UnexpectedType + "@[" + GrammarDecisionDescription + "])";