Searched refs:containedException (Results 1 - 1 of 1) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DDTMException.java64 /** Field containedException specifies a wrapped exception. May be null.
66 Throwable containedException; field in class:DTMException
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
[all...]

Completed in 1050 milliseconds