Searched refs:getException (Results 1 - 18 of 18) sorted by relevance

/libcore/luni/src/main/java/java/security/
H A DPrivilegedActionException.java31 public Exception getException() { method in class:PrivilegedActionException
/libcore/luni/src/test/java/tests/api/org/xml/sax/
H A DSAXExceptionTest.java32 assertNull(e.getException());
42 assertEquals(c, e.getException());
48 assertEquals(c, e.getException());
54 assertNull(e.getException());
62 assertNull(e.getException());
68 assertNull(e.getException());
78 assertEquals(c, e.getException());
84 assertNull(e.getException());
H A DSAXParseExceptionTest.java50 assertEquals(c, e.getException());
61 assertEquals(c, e.getException());
72 assertEquals(c, e.getException());
83 assertNull(e.getException());
102 assertNull(e.getException());
113 assertNull(e.getException());
124 assertNull(e.getException());
140 assertEquals(c, e.getException());
151 assertEquals(c, e.getException());
162 assertEquals(c, e.getException());
[all...]
/libcore/luni/src/main/java/java/lang/
H A DClassNotFoundException.java68 public Throwable getException() { method in class:ClassNotFoundException
H A DExceptionInInitializerError.java67 public Throwable getException() { method in class:ExceptionInInitializerError
/libcore/luni/src/test/java/tests/api/javax/xml/parsers/
H A DFactoryConfigurationErrorTest.java76 assertNull(fce.getException());
78 assertNull(fce.getException());
81 assertEquals(e, fce.getException());
84 assertEquals(npe, fce.getException());
/libcore/luni/src/main/java/javax/xml/parsers/
H A DFactoryConfigurationError.java116 public Exception getException () { method in class:FactoryConfigurationError
/libcore/luni/src/main/java/javax/xml/transform/
H A DTransformerFactoryConfigurationError.java110 public Exception getException() { method in class:TransformerFactoryConfigurationError
H A DTransformerException.java63 public Throwable getException() { method in class:TransformerException
/libcore/luni/src/main/java/org/xml/sax/
H A DSAXException.java117 public Exception getException () method in class:SAXException
/libcore/luni/src/test/java/tests/api/javax/net/ssl/
H A DSSLSessionTest.java309 if (server.getException() != null) {
310 throw new RuntimeException(server.getException());
314 if (client.getException() != null) {
315 throw new RuntimeException(client.getException());
535 public Exception getException() { method in class:SSLSessionTest.TestServer
603 public Exception getException() { method in class:SSLSessionTest.TestClient
H A DHandshakeCompletedEventTest.java360 Exception e = server.getException();
366 e = client.getException();
455 public Exception getException() { method in class:HandshakeCompletedEventTest.TestServer
526 public Exception getException() { method in class:HandshakeCompletedEventTest.TestClient
H A DSSLSocketTest.java491 Exception e = server.getException();
575 public Exception getException() { method in class:SSLSocketTest.TestServer
/libcore/luni/src/main/java/java/util/concurrent/
H A DExecutors.java448 throw e.getException();
501 throw e.getException();
H A DForkJoinTask.java113 * true if the task was cancelled (in which case {@link #getException}
117 * #getException} will return either the encountered exception or
702 * #getException()} and related methods to check if they have been
727 * each task may be obtained using {@link #getException()} and
746 ex = t.getException();
754 ex = t.getException();
770 * #getException()} and related methods to check if they have been
799 ex = t.getException();
807 ex = t.getException();
881 public final Throwable getException() { method in class:ForkJoinTask
[all...]
/libcore/luni/src/main/java/javax/xml/datatype/
H A DFactoryFinder.java309 Exception getException() { method in class:FactoryFinder.ConfigurationError
H A DDatatypeFactory.java106 throw new DatatypeConfigurationException(e.getMessage(), e.getException());
/libcore/support/src/test/java/tests/resources/
H A Djunit4-4.3.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 9045 milliseconds