/libcore/luni/src/test/java/libcore/java/time/format/ |
D | DateTimeParseExceptionTest.java | 31 DateTimeParseException ex = in test_constructor_message_parsedData_errorIndex() local 42 DateTimeParseException ex = in test_constructor_message_parsedData_errorIndex_cause() local
|
/libcore/luni/src/test/java/libcore/java/time/temporal/ |
D | UnsupportedTemporalTypeExceptionTest.java | 31 UnsupportedTemporalTypeException ex = new UnsupportedTemporalTypeException("message"); in test_constructor_message() local 39 UnsupportedTemporalTypeException ex = in test_constructor_message_cause() local
|
/libcore/luni/src/test/java/libcore/java/time/ |
D | DateTimeExceptionTest.java | 32 DateTimeException ex = new DateTimeException("message"); in test_constructor_message() local 41 DateTimeException ex = new DateTimeException("message", cause); in test_constructor_message_cause() local
|
/libcore/luni/src/test/java/libcore/java/time/zone/ |
D | ZoneRulesExceptionTest.java | 32 ZoneRulesException ex = new ZoneRulesException("message"); in test_constructor_message() local 40 ZoneRulesException ex = new ZoneRulesException("message", cause); in test_constructor_message_cause() local
|
/libcore/ojluni/src/main/java/javax/sql/ |
D | ConnectionEvent.java | 68 public ConnectionEvent(PooledConnection con, SQLException ex) { in ConnectionEvent() 87 private SQLException ex = null; field in ConnectionEvent
|
/libcore/luni/src/test/java/libcore/javax/xml/transform/ |
D | TransformerFactoryConfigurationErrorTest.java | 39 Exception ex = new Exception("message"); in constructorWithException() local 48 Exception ex = new Exception("message"); in constructorWithExceptionAndString() local
|
/libcore/dom/src/test/java/org/w3c/domts/ |
D | JAXPDOMTestDocumentBuilderFactory.java | 96 public void error(SAXParseException ex) { in error() 103 public void warning(SAXParseException ex) { in warning() 107 public void fatalError(SAXParseException ex) { in fatalError()
|
D | DOMTestIncompatibleException.java | 35 public DOMTestIncompatibleException(Throwable ex, in DOMTestIncompatibleException()
|
/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | ForkJoinTask.java | 236 final Throwable ex; // null if a waiter field in ForkJoinTask.Aux 238 Aux(Thread thread, Throwable ex) { in Aux() 332 final int trySetThrown(Throwable ex) { in trySetThrown() 354 int trySetException(Throwable ex) { in trySetException() 550 Throwable ex; Aux a; in getThrowableException() local 582 Throwable ex = null; in getException() local 603 Throwable ex = null; in reportExecutionException() local 617 static void rethrow(Throwable ex) { in rethrow() 745 Throwable ex = null; in invokeAll() local 808 Throwable ex = null; in invokeAll() local [all …]
|
/libcore/luni/src/test/java/libcore/java/lang/annotation/ |
D | AnnotationTypeMismatchExceptionTest.java | 28 AnnotationTypeMismatchException ex = new AnnotationTypeMismatchException(m, "poop"); in testGetters() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/ |
D | CharacterCodingExceptionTest.java | 32 CharacterCodingException ex = new CharacterCodingException(); in testConstructor() local
|
D | UnsupportedCharsetExceptionTest.java | 33 UnsupportedCharsetException ex = new UnsupportedCharsetException( in testConstructor() local
|
D | UnmappableCharacterExceptionTest.java | 34 UnmappableCharacterException ex = new UnmappableCharacterException(3); in testConstructor() local
|
D | MalformedInputExceptionTest.java | 34 MalformedInputException ex = new MalformedInputException(3); in testConstructor() local
|
D | IllegalCharsetNameExceptionTest.java | 33 IllegalCharsetNameException ex = new IllegalCharsetNameException( in testConstructor() local
|
D | CoderMalfunctionErrorTest.java | 34 Exception ex = new Exception(); in testConstructor_Normal() local
|
/libcore/ojluni/src/main/java/java/lang/invoke/ |
D | MethodHandleNatives.java | 513 static LinkageError mapLookupExceptionToError(ReflectiveOperationException ex) { in mapLookupExceptionToError() 536 static <E extends Error> E initCauseFrom(E err, Exception ex) { in initCauseFrom()
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | CompletableFutureTest.java | 171 Throwable ex) { in checkCompletedWithWrappedException() 175 void checkCompletedExceptionally(CompletableFuture<?> f, Throwable ex) { in checkCompletedExceptionally() 954 final CFException ex = new CFException(); in testWhenComplete_exceptionalCompletion() local 1009 final CFException ex = new CFException(); in testWhenComplete_sourceCompletedNormallyActionFailed() local 1102 final CFException ex = new CFException(); in testHandle_exceptionalCompletion() local 1160 final CFException ex = new CFException(); in testHandle_sourceCompletedNormallyActionFailed() local 1317 final CFException ex = new CFException(); in testThenRun_exceptionalCompletion() local 1437 final CFException ex = new CFException(); in testThenApply_exceptionalCompletion() local 1539 final CFException ex = new CFException(); in testThenAccept_exceptionalCompletion() local 1664 final CFException ex = new CFException(); in testThenCombine_exceptionalCompletion() local [all …]
|
/libcore/ojluni/src/main/native/ |
D | net_util.h | 42 #define NET_ERROR(env, ex, msg) \ argument
|
/libcore/ojluni/src/test/java/util/concurrent/tck/ |
D | CompletableFutureTest.java | 197 Throwable ex) { in checkCompletedWithWrappedException() 201 void checkCompletedExceptionally(CompletableFuture<?> f, Throwable ex) { in checkCompletedExceptionally() 1051 final CFException ex = new CFException(); in testWhenComplete_exceptionalCompletion() local 1106 final CFException ex = new CFException(); in testWhenComplete_sourceCompletedNormallyActionFailed() local 1199 final CFException ex = new CFException(); in testHandle_exceptionalCompletion() local 1257 final CFException ex = new CFException(); in testHandle_sourceCompletedNormallyActionFailed() local 1440 final CFException ex = new CFException(); in testThenRun_exceptionalCompletion() local 1560 final CFException ex = new CFException(); in testThenApply_exceptionalCompletion() local 1662 final CFException ex = new CFException(); in testThenAccept_exceptionalCompletion() local 1787 final CFException ex = new CFException(); in testThenCombine_exceptionalCompletion() local [all …]
|
D | SubmissionPublisherTest.java | 239 Throwable ex = new SPException(); in testClose() local 254 Throwable ex = new SPException(); in testCloseExceptionally() local 257 assertSame(p.getClosedException(), ex); in testCloseExceptionally() local 264 assertSame(p.getClosedException(), ex); in testCloseExceptionally() local 324 Throwable ex = new SPException(); in testSubscribe3() local 327 assertSame(p.getClosedException(), ex); in testSubscribe3() local
|
/libcore/luni/src/test/java/tests/org/w3c/dom/ |
D | DOMTestCase.java | 206 public void error(SAXParseException ex) { in error() 213 public void warning(SAXParseException ex) { in warning() 217 public void fatalError(SAXParseException ex) { in fatalError()
|
/libcore/luni/src/test/java/libcore/java/util/jar/ |
D | OldJarExceptionTest.java | 28 JarException ex = new JarException(); in test_Constructor() local
|
/libcore/ojluni/src/main/java/java/io/ |
D | WriteAbortedException.java | 60 public WriteAbortedException(String s, Exception ex) { in WriteAbortedException()
|
/libcore/ojluni/src/main/java/java/util/logging/ |
D | ErrorManager.java | 83 public synchronized void error(String msg, Exception ex, int code) { in error()
|