HomeSort by relevance Sort by last modified time
    Searched refs:getException (Results 1 - 25 of 74) sorted by null

1 2 3

  /libcore/luni/src/test/java/tests/api/org/xml/sax/
SAXExceptionTest.java 42 assertNull(e.getException());
57 assertEquals(c, e.getException());
63 assertEquals(c, e.getException());
69 assertNull(e.getException());
82 assertNull(e.getException());
88 assertNull(e.getException());
103 assertEquals(c, e.getException());
109 assertNull(e.getException());
SAXParseExceptionTest.java 56 method = "getException",
93 assertEquals(c, e.getException());
104 assertEquals(c, e.getException());
115 assertEquals(c, e.getException());
126 assertNull(e.getException());
150 assertNull(e.getException());
161 assertNull(e.getException());
172 assertNull(e.getException());
194 assertEquals(c, e.getException());
205 assertEquals(c, e.getException());
    [all...]
  /libcore/luni/src/main/java/java/lang/
ClassNotFoundException.java 68 public Throwable getException() {
ExceptionInInitializerError.java 69 public Throwable getException() {
  /libcore/luni/src/main/java/org/apache/xml/serializer/utils/
WrappedRuntimeException.java 77 public Exception getException()
  /libcore/luni/src/main/java/org/apache/xml/utils/
WrappedRuntimeException.java 70 public Exception getException()
DefaultErrorHandler.java 301 cause = ((SAXException)cause).getException();
341 cause = ((WrappedRuntimeException)cause).getException();
343 cause = ((SAXException)cause).getException();
  /libcore/luni/src/main/java/java/security/
PrivilegedActionException.java 62 public Exception getException() {
Signer.java 128 throw new KeyException(e.getException());
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
PrivilegedActionException2Test.java 46 .getException());
51 .getException());
55 * @tests java.security.PrivilegedActionException#getException()
60 method = "getException",
67 .getException());
PrivilegedActionExceptionTest.java 56 * Tests PrivilegedActionException.getException()
61 method = "getException",
65 assertNull(new PrivilegedActionException(null).getException());
67 assertSame(new PrivilegedActionException(ex).getException(), ex);
  /libcore/luni/src/main/java/javax/xml/parsers/
FactoryConfigurationError.java 117 public Exception getException () {
SecuritySupport.java 75 throw (FileNotFoundException)e.getException();
  /libcore/luni/src/main/java/javax/xml/transform/
TransformerFactoryConfigurationError.java 113 public Exception getException() {
  /libcore/luni/src/main/java/org/xml/sax/
SAXException.java 119 public Exception getException ()
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
ExceptionInInitializerErrorTest.java 49 assertSame(npe, e.getException());
ClassNotFoundExceptionTest.java 55 assertEquals("Wrong Exception", in, e.getException());
  /libcore/luni/src/main/java/javax/xml/validation/
SecuritySupport.java 77 throw (FileNotFoundException)e.getException();
92 throw (IOException)e.getException();
132 throw (IOException)e.getException();
  /libcore/luni/src/main/java/javax/xml/xpath/
SecuritySupport.java 77 throw (FileNotFoundException)e.getException();
92 throw (IOException)e.getException();
132 throw (IOException)e.getException();
  /frameworks/base/telephony/java/com/android/internal/telephony/
IccIoResult.java 56 public IccException getException() {
  /libcore/luni/src/main/java/com/ibm/icu4jni/common/
ErrorCode.java 29 public static final RuntimeException getException(int error)
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
DelegatedTask.java 55 handshaker.delegatedTaskErr = e.getException();
  /libcore/luni/src/main/java/org/apache/xpath/
XPathException.java 200 exception = se.getException();
235 exception = se.getException();
301 exception = se.getException();
320 * Overrides javax.xml.transform.TransformerException.getException().
324 public Throwable getException()
  /libcore/luni/src/test/java/tests/api/javax/xml/parsers/
FactoryConfigurationErrorTest.java 105 method = "getException",
110 assertNull(fce.getException());
112 assertNull(fce.getException());
115 assertEquals(e, fce.getException());
118 assertEquals(npe, fce.getException());
  /libcore/luni/src/main/java/javax/xml/datatype/
SecuritySupport.java 75 throw (FileNotFoundException)e.getException();

Completed in 580 milliseconds

1 2 3