Home
last modified time | relevance | path

Searched refs:innerException (Results 1 – 25 of 28) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DRewriteEmptyStreamException.cs52 public RewriteEmptyStreamException(string elementDescription, Exception innerException) in RewriteEmptyStreamException() argument
53 : base(elementDescription, innerException) in RewriteEmptyStreamException()
62 …ic RewriteEmptyStreamException(string message, string elementDescription, Exception innerException) in RewriteEmptyStreamException() argument
63 : base(message, elementDescription, innerException) in RewriteEmptyStreamException()
DRewriteEarlyExitException.cs52 public RewriteEarlyExitException(string elementDescription, Exception innerException) in RewriteEarlyExitException() argument
53 : base(elementDescription, innerException) in RewriteEarlyExitException()
62 …blic RewriteEarlyExitException(string message, string elementDescription, Exception innerException) in RewriteEarlyExitException() argument
63 : base(message, elementDescription, innerException) in RewriteEarlyExitException()
DRewriteCardinalityException.cs61 public RewriteCardinalityException(string elementDescription, Exception innerException) in RewriteCardinalityException() argument
62 : this(elementDescription, elementDescription, innerException) in RewriteCardinalityException()
72 …ic RewriteCardinalityException(string message, string elementDescription, Exception innerException) in RewriteCardinalityException() argument
73 : base(message, innerException) in RewriteCardinalityException()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DRewriteEmptyStreamException.cs48 public RewriteEmptyStreamException(string elementDescription, Exception innerException) in RewriteEmptyStreamException() argument
49 : base(elementDescription, innerException) { in RewriteEmptyStreamException()
56 …ic RewriteEmptyStreamException(string message, string elementDescription, Exception innerException) in RewriteEmptyStreamException() argument
57 : base(message, elementDescription, innerException) { in RewriteEmptyStreamException()
DRewriteEarlyExitException.cs48 public RewriteEarlyExitException(string elementDescription, Exception innerException) in RewriteEarlyExitException() argument
49 : base(elementDescription, innerException) { in RewriteEarlyExitException()
56 …blic RewriteEarlyExitException(string message, string elementDescription, Exception innerException) in RewriteEarlyExitException() argument
57 : base(message, elementDescription, innerException) { in RewriteEarlyExitException()
DRewriteCardinalityException.cs57 public RewriteCardinalityException(string elementDescription, Exception innerException) in RewriteCardinalityException() argument
58 : this(elementDescription, elementDescription, innerException) { in RewriteCardinalityException()
66 …ic RewriteCardinalityException(string message, string elementDescription, Exception innerException) in RewriteCardinalityException() argument
67 : base(message, innerException) { in RewriteCardinalityException()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DMismatchedNotSetException.cs51 public MismatchedNotSetException(string message, Exception innerException) in MismatchedNotSetException() argument
52 : base(message, innerException) in MismatchedNotSetException()
66 …atchedNotSetException(string message, BitSet expecting, IIntStream input, Exception innerException) in MismatchedNotSetException() argument
67 : base(message, expecting, input, innerException) in MismatchedNotSetException()
DEarlyExitException.cs55 public EarlyExitException(string message, Exception innerException) in EarlyExitException() argument
56 : base(message, innerException) in EarlyExitException()
72 … EarlyExitException(string message, int decisionNumber, IIntStream input, Exception innerException) in EarlyExitException() argument
73 : base(message, input, innerException) in EarlyExitException()
DMissingTokenException.cs59 public MissingTokenException(string message, Exception innerException) in MissingTokenException() argument
60 : base(message, innerException) in MissingTokenException()
81 …t expecting, IIntStream input, object inserted, IList<string> tokenNames, Exception innerException) in MissingTokenException() argument
82 : base(message, expecting, input, tokenNames, innerException) in MissingTokenException()
DMismatchedSetException.cs54 public MismatchedSetException(string message, Exception innerException) in MismatchedSetException() argument
55 : base(message, innerException) in MismatchedSetException()
71 …ismatchedSetException(string message, BitSet expecting, IIntStream input, Exception innerException) in MismatchedSetException() argument
72 : base(message, input, innerException) in MismatchedSetException()
DMismatchedTreeNodeException.cs55 public MismatchedTreeNodeException(string message, Exception innerException) in MismatchedTreeNodeException() argument
56 : base(message, innerException) in MismatchedTreeNodeException()
72 …edTreeNodeException(string message, int expecting, ITreeNodeStream input, Exception innerException) in MismatchedTreeNodeException() argument
73 : base(message, input, innerException) in MismatchedTreeNodeException()
DFailedPredicateException.cs62 public FailedPredicateException(string message, Exception innerException) in FailedPredicateException() argument
63 : base(message, innerException) in FailedPredicateException()
81 …(string message, IIntStream input, string ruleName, string predicateText, Exception innerException) in FailedPredicateException() argument
82 : base(message, input, innerException) in FailedPredicateException()
DUnwantedTokenException.cs53 public UnwantedTokenException(string message, Exception innerException) in UnwantedTokenException() argument
54 : base(message, innerException) in UnwantedTokenException()
73 …tring message, int expecting, IIntStream input, IList<string> tokenNames, Exception innerException) in UnwantedTokenException() argument
74 : base(message, expecting, input, tokenNames, innerException) in UnwantedTokenException()
DMismatchedRangeException.cs55 public MismatchedRangeException(string message, Exception innerException) in MismatchedRangeException() argument
56 : base(message, innerException) in MismatchedRangeException()
74 … MismatchedRangeException(string message, int a, int b, IIntStream input, Exception innerException) in MismatchedRangeException() argument
75 : base(message, input, innerException) in MismatchedRangeException()
DNoViableAltException.cs62 …c NoViableAltException(string message, string grammarDecisionDescription, Exception innerException) in NoViableAltException() argument
63 : base(message, innerException) in NoViableAltException()
84 …cisionDescription, int decisionNumber, int stateNumber, IIntStream input, Exception innerException) in NoViableAltException() argument
85 : base(message, input, innerException) in NoViableAltException()
DMismatchedTokenException.cs58 public MismatchedTokenException(string message, Exception innerException) in MismatchedTokenException() argument
59 : base(message, innerException) in MismatchedTokenException()
86 …tring message, int expecting, IIntStream input, IList<string> tokenNames, Exception innerException) in MismatchedTokenException() argument
87 : base(message, input, innerException) in MismatchedTokenException()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DMismatchedNotSetException.cs47 public MismatchedNotSetException(string message, Exception innerException) in MismatchedNotSetException() argument
48 : base(message, innerException) { in MismatchedNotSetException()
59 …atchedNotSetException(string message, BitSet expecting, IIntStream input, Exception innerException) in MismatchedNotSetException() argument
60 : base(message, expecting, input, innerException) { in MismatchedNotSetException()
DEarlyExitException.cs51 public EarlyExitException(string message, Exception innerException) in EarlyExitException() argument
52 : base(message, innerException) { in EarlyExitException()
65 … EarlyExitException(string message, int decisionNumber, IIntStream input, Exception innerException) in EarlyExitException() argument
66 : base(message, input, innerException) { in EarlyExitException()
DMismatchedSetException.cs50 public MismatchedSetException(string message, Exception innerException) in MismatchedSetException() argument
51 : base(message, innerException) { in MismatchedSetException()
64 …ismatchedSetException(string message, BitSet expecting, IIntStream input, Exception innerException) in MismatchedSetException() argument
65 : base(message, input, innerException) { in MismatchedSetException()
DMissingTokenException.cs55 public MissingTokenException(string message, Exception innerException) in MissingTokenException() argument
56 : base(message, innerException) { in MissingTokenException()
73 …t expecting, IIntStream input, object inserted, IList<string> tokenNames, Exception innerException) in MissingTokenException() argument
74 : base(message, expecting, input, tokenNames, innerException) { in MissingTokenException()
DMismatchedTreeNodeException.cs51 public MismatchedTreeNodeException(string message, Exception innerException) in MismatchedTreeNodeException() argument
52 : base(message, innerException) { in MismatchedTreeNodeException()
65 …edTreeNodeException(string message, int expecting, ITreeNodeStream input, Exception innerException) in MismatchedTreeNodeException() argument
66 : base(message, input, innerException) { in MismatchedTreeNodeException()
DUnwantedTokenException.cs49 public UnwantedTokenException(string message, Exception innerException) in UnwantedTokenException() argument
50 : base(message, innerException) { in UnwantedTokenException()
65 …tring message, int expecting, IIntStream input, IList<string> tokenNames, Exception innerException) in UnwantedTokenException() argument
66 : base(message, expecting, input, tokenNames, innerException) { in UnwantedTokenException()
DMismatchedRangeException.cs51 public MismatchedRangeException(string message, Exception innerException) in MismatchedRangeException() argument
52 : base(message, innerException) { in MismatchedRangeException()
67 … MismatchedRangeException(string message, int a, int b, IIntStream input, Exception innerException) in MismatchedRangeException() argument
68 : base(message, input, innerException) { in MismatchedRangeException()
DFailedPredicateException.cs58 public FailedPredicateException(string message, Exception innerException) in FailedPredicateException() argument
59 : base(message, innerException) { in FailedPredicateException()
74 …(string message, IIntStream input, string ruleName, string predicateText, Exception innerException) in FailedPredicateException() argument
75 : base(message, input, innerException) { in FailedPredicateException()
DNoViableAltException.cs57 …c NoViableAltException(string message, string grammarDecisionDescription, Exception innerException) in NoViableAltException() argument
58 : base(message, innerException) { in NoViableAltException()
76 …cisionDescription, int decisionNumber, int stateNumber, IIntStream input, Exception innerException) in NoViableAltException() argument
77 : base(message, input, innerException) { in NoViableAltException()

12