Searched defs:getException (Results 1 - 13 of 13) sorted by relevance

/libcore/luni/src/main/java/java/security/
H A DPrivilegedActionException.java31 public Exception getException() { method in class:PrivilegedActionException
/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/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/main/java/javax/xml/datatype/
H A DFactoryFinder.java309 Exception getException() { method in class:FactoryFinder.ConfigurationError
/libcore/luni/src/test/java/tests/api/javax/net/ssl/
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
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
/libcore/luni/src/main/java/java/util/concurrent/
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/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 645 milliseconds