Home | History | Annotate | Download | only in dtm

Lines Matching defs:containedException

64     /** Field containedException specifies a wrapped exception.  May be null.
66 Throwable containedException;
75 return containedException;
85 return ((containedException == this)
87 : containedException);
116 if ((this.containedException == null) && (cause != null)) {
125 this.containedException = cause;
139 this.containedException = null;
152 this.containedException = e;
172 this.containedException = e;
190 this.containedException = null;
207 this.containedException = e;