Searched refs:containedException (Results 1 – 1 of 1) sorted by relevance
55 Throwable containedException; field in TransformerException64 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 …]