Lines Matching defs:containedException
60 /** Field containedException specifies a wrapped exception. May be null. */
61 Throwable containedException;
70 return containedException;
80 return ((containedException == this)
82 : containedException);
111 if (this.containedException != null) {
120 this.containedException = cause;
134 this.containedException = null;
147 this.containedException = e;
167 this.containedException = e;
185 this.containedException = null;
202 this.containedException = e;