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

/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/ojluni/src/main/java/java/security/
H A DPrivilegedActionException.java37 * {@code getException} method. In effect, an
44 * accessed via the {@link #getException()} method is now known as the
87 public Exception getException() { method in class:PrivilegedActionException
/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.java491 Exception e = server.getException();
575 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/ojluni/src/main/java/java/util/concurrent/
H A DForkJoinTask.java138 * true if the task was cancelled (in which case {@link #getException}
142 * #getException} will return either the encountered exception or
740 * #getException()} and related methods to check if they have been
765 * each task may be obtained using {@link #getException()} and
784 ex = t.getException();
792 ex = t.getException();
808 * #getException()} and related methods to check if they have been
836 ex = t.getException();
844 ex = t.getException();
918 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 231 milliseconds