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

12

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/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/test/java/libcore/java/security/
H A DPrivilegedActionExceptionTest.java26 * PrivilegedActionException's constructor argument may be rethrown by getException() or
34 assertSame(e, pae.getException());
/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/harmony-tests/src/test/java/org/apache/harmony/tests/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/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
H A DSigner.java150 throw (KeyManagementException) pae.getException();
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
H A DClassNotFoundExceptionTest.java55 assertEquals("Wrong Exception", in, e.getException());
H A DExceptionInInitializerErrorTest.java49 assertSame(npe, e.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/jsr166-tests/src/test/java/jsr166/
H A DRecursiveActionTest.java67 assertNull(a.getException());
98 assertNull(a.getException());
116 assertTrue(a.getException() instanceof CancellationException);
143 assertSame(t.getClass(), a.getException().getClass());
328 checkCompletedAbnormally(f, f.getException());
422 assertTrue(f.getException() instanceof FJException);
423 checkCompletedAbnormally(f, f.getException());
543 assertTrue(f.getException() instanceof FJException);
544 checkCompletedAbnormally(f, f.getException());
616 assertTrue(f.getException() instanceo
[all...]
H A DForkJoinTaskTest.java63 assertNull(a.getException());
72 assertNull(a.getException());
82 assertNull(a.getException());
101 assertNull(a.getException());
135 assertTrue(a.getException() instanceof CancellationException);
172 assertSame(t.getClass(), a.getException().getClass());
538 assertTrue(f.getException() instanceof FJException);
539 checkCompletedAbnormally(f, f.getException());
611 assertTrue(f.getException() instanceof FJException);
612 checkCompletedAbnormally(f, f.getException());
[all...]
H A DForkJoinTask8Test.java86 assertNull(a.getException());
95 assertNull(a.getException());
105 assertNull(a.getException());
126 assertNull(a.getException());
162 assertSame(t.getClass(), a.getException().getClass());
580 assertTrue(f.getException() instanceof FJException);
581 checkCompletedAbnormally(f, f.getException());
677 assertTrue(f.getException() instanceof FJException);
678 checkCompletedAbnormally(f, f.getException());
1164 assertNull(f.getException());
[all...]
H A DForkJoinPool8Test.java78 assertNull(a.getException());
109 assertNull(a.getException());
127 assertTrue(a.getException() instanceof CancellationException);
154 assertSame(t.getClass(), a.getException().getClass());
339 checkCompletedAbnormally(f, f.getException());
432 assertTrue(f.getException() instanceof FJException);
433 checkCompletedAbnormally(f, f.getException());
505 assertTrue(f.getException() instanceof FJException);
506 checkCompletedAbnormally(f, f.getException());
1100 assertTrue(f.getException() instanceo
[all...]
H A DRecursiveTaskTest.java64 assertNull(a.getException());
95 assertNull(a.getException());
133 assertTrue(a.getException() instanceof CancellationException);
160 assertSame(t.getClass(), a.getException().getClass());
371 assertTrue(f.getException() instanceof FJException);
372 checkCompletedAbnormally(f, f.getException());
448 assertTrue(f.getException() instanceof FJException);
449 checkCompletedAbnormally(f, f.getException());
H A DCountedCompleterTest.java61 assertNull(a.getException());
70 assertNull(a.getException());
80 assertNull(a.getException());
95 assertNull(a.getException());
129 assertTrue(a.getException() instanceof CancellationException);
166 assertSame(t.getClass(), a.getException().getClass());
773 assertTrue(f.getException() instanceof FJException);
774 checkCompletedAbnormally(f, f.getException());
846 assertTrue(f.getException() instanceof FJException);
847 checkCompletedAbnormally(f, f.getException());
[all...]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
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
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
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
H A DCertStoreHelper.java96 e.getException());
/libcore/luni/src/main/java/java/util/concurrent/
H A DExecutors.java454 throw e.getException();
508 throw e.getException();
/libcore/ojluni/src/main/java/sun/nio/ch/
H A DSocketAdaptor.java281 throw (IOException)e.getException();
303 throw (IOException)e.getException();

Completed in 575 milliseconds

12