/libcore/dom/src/test/java/org/w3c/domts/ |
DOMTestLoadException.java | 24 private final Throwable innerException; 28 * @param innerException should not be null 30 public DOMTestLoadException(Throwable innerException) { 31 this.innerException = innerException; 35 if (innerException != null) { 36 return innerException.toString();
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
RewriteEarlyExitException.cs | 48 public RewriteEarlyExitException(string elementDescription, Exception innerException) 49 : base(elementDescription, innerException) { 56 public RewriteEarlyExitException(string message, string elementDescription, Exception innerException) 57 : base(message, elementDescription, innerException) {
|
RewriteEmptyStreamException.cs | 48 public RewriteEmptyStreamException(string elementDescription, Exception innerException) 49 : base(elementDescription, innerException) { 56 public RewriteEmptyStreamException(string message, string elementDescription, Exception innerException) 57 : base(message, elementDescription, innerException) {
|
RewriteCardinalityException.cs | 57 public RewriteCardinalityException(string elementDescription, Exception innerException) 58 : this(elementDescription, elementDescription, innerException) { 66 public RewriteCardinalityException(string message, string elementDescription, Exception innerException) 67 : base(message, innerException) {
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
RewriteEarlyExitException.cs | 52 public RewriteEarlyExitException(string elementDescription, Exception innerException) 53 : base(elementDescription, innerException) 62 public RewriteEarlyExitException(string message, string elementDescription, Exception innerException) 63 : base(message, elementDescription, innerException)
|
RewriteEmptyStreamException.cs | 52 public RewriteEmptyStreamException(string elementDescription, Exception innerException) 53 : base(elementDescription, innerException) 62 public RewriteEmptyStreamException(string message, string elementDescription, Exception innerException) 63 : base(message, elementDescription, innerException)
|
RewriteCardinalityException.cs | 61 public RewriteCardinalityException(string elementDescription, Exception innerException) 62 : this(elementDescription, elementDescription, innerException) 72 public RewriteCardinalityException(string message, string elementDescription, Exception innerException) 73 : base(message, innerException)
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
EarlyExitException.cs | 51 public EarlyExitException(string message, Exception innerException) 52 : base(message, innerException) { 65 public EarlyExitException(string message, int decisionNumber, IIntStream input, Exception innerException) 66 : base(message, input, innerException) {
|
MismatchedNotSetException.cs | 47 public MismatchedNotSetException(string message, Exception innerException) 48 : base(message, innerException) { 59 public MismatchedNotSetException(string message, BitSet expecting, IIntStream input, Exception innerException) 60 : base(message, expecting, input, innerException) {
|
MismatchedSetException.cs | 50 public MismatchedSetException(string message, Exception innerException) 51 : base(message, innerException) { 64 public MismatchedSetException(string message, BitSet expecting, IIntStream input, Exception innerException) 65 : base(message, input, innerException) {
|
MismatchedTreeNodeException.cs | 51 public MismatchedTreeNodeException(string message, Exception innerException) 52 : base(message, innerException) { 65 public MismatchedTreeNodeException(string message, int expecting, ITreeNodeStream input, Exception innerException) 66 : base(message, input, innerException) {
|
FailedPredicateException.cs | 58 public FailedPredicateException(string message, Exception innerException) 59 : base(message, innerException) { 74 public FailedPredicateException(string message, IIntStream input, string ruleName, string predicateText, Exception innerException) 75 : base(message, input, innerException) {
|
MismatchedRangeException.cs | 51 public MismatchedRangeException(string message, Exception innerException) 52 : base(message, innerException) { 67 public MismatchedRangeException(string message, int a, int b, IIntStream input, Exception innerException) 68 : base(message, input, innerException) {
|
MissingTokenException.cs | 55 public MissingTokenException(string message, Exception innerException) 56 : base(message, innerException) { 73 public MissingTokenException(string message, int expecting, IIntStream input, object inserted, IList<string> tokenNames, Exception innerException) 74 : base(message, expecting, input, tokenNames, innerException) {
|
UnwantedTokenException.cs | 49 public UnwantedTokenException(string message, Exception innerException) 50 : base(message, innerException) { 65 public UnwantedTokenException(string message, int expecting, IIntStream input, IList<string> tokenNames, Exception innerException) 66 : base(message, expecting, input, tokenNames, innerException) {
|
NoViableAltException.cs | 57 public NoViableAltException(string message, string grammarDecisionDescription, Exception innerException) 58 : base(message, innerException) { 76 public NoViableAltException(string message, string grammarDecisionDescription, int decisionNumber, int stateNumber, IIntStream input, Exception innerException) 77 : base(message, input, innerException) {
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
EarlyExitException.cs | 55 public EarlyExitException(string message, Exception innerException) 56 : base(message, innerException) 72 public EarlyExitException(string message, int decisionNumber, IIntStream input, Exception innerException) 73 : base(message, input, innerException)
|
MismatchedNotSetException.cs | 51 public MismatchedNotSetException(string message, Exception innerException) 52 : base(message, innerException) 66 public MismatchedNotSetException(string message, BitSet expecting, IIntStream input, Exception innerException) 67 : base(message, expecting, input, innerException)
|
MismatchedSetException.cs | 54 public MismatchedSetException(string message, Exception innerException) 55 : base(message, innerException) 71 public MismatchedSetException(string message, BitSet expecting, IIntStream input, Exception innerException) 72 : base(message, input, innerException)
|
MismatchedTreeNodeException.cs | 55 public MismatchedTreeNodeException(string message, Exception innerException) 56 : base(message, innerException) 72 public MismatchedTreeNodeException(string message, int expecting, ITreeNodeStream input, Exception innerException) 73 : base(message, input, innerException)
|
FailedPredicateException.cs | 62 public FailedPredicateException(string message, Exception innerException) 63 : base(message, innerException) 81 public FailedPredicateException(string message, IIntStream input, string ruleName, string predicateText, Exception innerException) 82 : base(message, input, innerException)
|
MismatchedRangeException.cs | 55 public MismatchedRangeException(string message, Exception innerException) 56 : base(message, innerException) 74 public MismatchedRangeException(string message, int a, int b, IIntStream input, Exception innerException) 75 : base(message, input, innerException)
|
MissingTokenException.cs | 59 public MissingTokenException(string message, Exception innerException) 60 : base(message, innerException) 81 public MissingTokenException(string message, int expecting, IIntStream input, object inserted, IList<string> tokenNames, Exception innerException) 82 : base(message, expecting, input, tokenNames, innerException)
|
UnwantedTokenException.cs | 53 public UnwantedTokenException(string message, Exception innerException) 54 : base(message, innerException) 73 public UnwantedTokenException(string message, int expecting, IIntStream input, IList<string> tokenNames, Exception innerException) 74 : base(message, expecting, input, tokenNames, innerException)
|
MismatchedTokenException.cs | 58 public MismatchedTokenException(string message, Exception innerException) 59 : base(message, innerException) 86 public MismatchedTokenException(string message, int expecting, IIntStream input, IList<string> tokenNames, Exception innerException) 87 : base(message, input, innerException)
|