HomeSort by relevance Sort by last modified time
    Searched defs:containedException (Results 1 - 18 of 18) sorted by null

  /libcore/luni/src/main/java/javax/xml/transform/
TransformerException.java 54 /** Field containedException specifies a wrapped exception. May be null. */
55 Throwable containedException;
64 return containedException;
74 return ((containedException == this)
76 : containedException);
105 if (this.containedException != null) {
114 this.containedException = cause;
128 this.containedException = null;
141 this.containedException = e;
161 this.containedException = e
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTMException.java 64 /** Field containedException specifies a wrapped exception. May be null.
66 Throwable containedException;
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 = e
    [all...]
  /prebuilts/tools/common/m2/repository/xerces/xmlParserAPIs/2.6.2/
xmlParserAPIs-2.6.2.jar 
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.0.b2/
xml-apis-1.0.b2.jar 
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.3.04/
xml-apis-1.3.04.jar 
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.4.01/
xml-apis-1.4.01.jar 
  /external/annotation-tools/asmx/test/lib/
jd.xslt-1.5.5.jar 
xalan-2.6.0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 70 milliseconds