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

/libcore/ojluni/src/main/java/java/security/
H A DPrivilegedActionException.java36 public Exception getException() { return null; } method in class:PrivilegedActionException
/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/ojluni/src/main/java/java/lang/
H A DClassNotFoundException.java43 * construction time and accessed via the {@link #getException()} method is
110 public Throwable getException() { method in class:ClassNotFoundException
H A DExceptionInInitializerError.java37 * the {@link #getException()} method is now known as the <i>cause</i>,
73 * later retrieval by the {@link #getException()} method. The detail
111 public Throwable getException() { method in class:ExceptionInInitializerError
/libcore/luni/src/main/java/javax/xml/datatype/
H A DFactoryFinder.java313 Exception getException() { method in class:FactoryFinder.ConfigurationError
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
H A DHandshakeCompletedEventTest.java358 Exception e = server.getException();
364 e = client.getException();
453 public Exception getException() { method in class:HandshakeCompletedEventTest.TestServer
524 public Exception getException() { method in class:HandshakeCompletedEventTest.TestClient
H A DSSLSocketTest.java490 Exception e = server.getException();
574 public Exception getException() { method in class:SSLSocketTest.TestServer
H A DSSLSessionTest.java335 if (server.getException() != null) {
336 throw new RuntimeException(server.getException());
340 if (client.getException() != null) {
341 throw new RuntimeException(client.getException());
560 public Exception getException() { method in class:SSLSessionTest.TestServer
628 public Exception getException() { method in class:SSLSessionTest.TestClient
/libcore/luni/src/main/java/java/util/concurrent/
H A DForkJoinTask.java109 * true if the task was cancelled (in which case {@link #getException}
113 * #getException} will return either the encountered exception or
711 * #getException()} and related methods to check if they have been
736 * each task may be obtained using {@link #getException()} and
755 ex = t.getException();
763 ex = t.getException();
779 * #getException()} and related methods to check if they have been
807 ex = t.getException();
815 ex = t.getException();
889 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 611 milliseconds