Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/javax/xml/transform/
DTransformerException.java55 Throwable containedException; field in TransformerException
64 return containedException; in getException()
74 return ((containedException == this) in getCause()
76 : containedException); in getCause()
105 if (this.containedException != null) { in initCause()
114 this.containedException = cause; in initCause()
128 this.containedException = null; in TransformerException()
141 this.containedException = e; in TransformerException()
161 this.containedException = e; in TransformerException()
179 this.containedException = null; in TransformerException()
[all …]