Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xml/dtm/
DDTMException.java66 Throwable containedException; field in DTMException
75 return containedException; in getException()
85 return ((containedException == this) in getCause()
87 : containedException); in getCause()
116 if ((this.containedException == null) && (cause != null)) { in initCause()
125 this.containedException = cause; in initCause()
139 this.containedException = null; in DTMException()
152 this.containedException = e; in DTMException()
172 this.containedException = e; in DTMException()
190 this.containedException = null; in DTMException()
[all …]