/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/ |
H A D | SAXExceptionTest.java | 32 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 D | SAXParseExceptionTest.java | 50 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 D | PrivilegedActionExceptionTest.java | 26 * PrivilegedActionException's constructor argument may be rethrown by getException() or 34 assertSame(e, pae.getException());
|
/libcore/ojluni/src/main/java/java/lang/ |
H A D | ClassNotFoundException.java | 43 * construction time and accessed via the {@link #getException()} method is 110 public Throwable getException() { method in class:ClassNotFoundException
|
H A D | ExceptionInInitializerError.java | 37 * 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 D | FactoryConfigurationErrorTest.java | 76 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 D | PrivilegedActionException.java | 37 * {@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 D | Signer.java | 150 throw (KeyManagementException) pae.getException();
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
H A D | ClassNotFoundExceptionTest.java | 55 assertEquals("Wrong Exception", in, e.getException());
|
H A D | ExceptionInInitializerErrorTest.java | 49 assertSame(npe, e.getException());
|
/libcore/luni/src/main/java/javax/xml/parsers/ |
H A D | FactoryConfigurationError.java | 116 public Exception getException () { method in class:FactoryConfigurationError
|
/libcore/luni/src/main/java/javax/xml/transform/ |
H A D | TransformerFactoryConfigurationError.java | 110 public Exception getException() { method in class:TransformerFactoryConfigurationError
|
H A D | TransformerException.java | 63 public Throwable getException() { method in class:TransformerException
|
/libcore/luni/src/main/java/org/xml/sax/ |
H A D | SAXException.java | 117 public Exception getException () method in class:SAXException
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
H A D | RecursiveActionTest.java | 67 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 D | ForkJoinTaskTest.java | 63 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 D | ForkJoinTask8Test.java | 86 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 D | ForkJoinPool8Test.java | 78 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 D | RecursiveTaskTest.java | 64 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 D | CountedCompleterTest.java | 61 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 D | SSLSessionTest.java | 335 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 D | HandshakeCompletedEventTest.java | 358 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 D | CertStoreHelper.java | 96 e.getException());
|
/libcore/luni/src/main/java/java/util/concurrent/ |
H A D | Executors.java | 454 throw e.getException(); 508 throw e.getException();
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
H A D | SocketAdaptor.java | 281 throw (IOException)e.getException(); 303 throw (IOException)e.getException();
|