Home | History | Annotate | Download | only in transform

Lines Matching refs:containedException

54     /** Field containedException specifies a wrapped exception.  May be null. */
55 Throwable containedException;
64 return containedException;
74 return ((containedException == this)
76 : containedException);
105 if (this.containedException != null) {
114 this.containedException = cause;
128 this.containedException = null;
141 this.containedException = e;
161 this.containedException = e;
179 this.containedException = null;
196 this.containedException = e;