/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/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/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/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/ojluni/src/main/java/java/lang/ |
D | ClassNotFoundException.java | 66 private Throwable ex; field in ClassNotFoundException 94 public ClassNotFoundException(String s, Throwable ex) { in ClassNotFoundException()
|
/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 | 437 final Throwable ex; field in ForkJoinTask.ExceptionNode 441 ExceptionNode(ForkJoinTask<?> task, Throwable ex, ExceptionNode next, in ExceptionNode() 456 final int recordExceptionalCompletion(Throwable ex) { in recordExceptionalCompletion() 488 private int setExceptionalCompletion(Throwable ex) { in setExceptionalCompletion() 498 void internalPropagateException(Throwable ex) { in internalPropagateException() 575 Throwable ex; in getThrowableException() local 645 static void rethrow(Throwable ex) { in rethrow() 773 Throwable ex = null; in invokeAll() local 825 Throwable ex = null; in invokeAll() local 939 public void completeExceptionally(Throwable ex) { in completeExceptionally() [all …]
|
D | CountedCompleter.java | 489 public boolean onExceptionalCompletion(Throwable ex, CountedCompleter<?> caller) { in onExceptionalCompletion() 720 void internalPropagateException(Throwable ex) { in internalPropagateException()
|
/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 | IllegalCharsetNameExceptionTest.java | 33 IllegalCharsetNameException ex = new IllegalCharsetNameException( in testConstructor() local
|
D | UnmappableCharacterExceptionTest.java | 34 UnmappableCharacterException ex = new UnmappableCharacterException(3); in testConstructor() local
|
D | UnsupportedCharsetExceptionTest.java | 33 UnsupportedCharsetException ex = new UnsupportedCharsetException( in testConstructor() local
|
D | MalformedInputExceptionTest.java | 34 MalformedInputException ex = new MalformedInputException(3); in testConstructor() local
|
D | CoderMalfunctionErrorTest.java | 34 Exception ex = new Exception(); in testConstructor_Normal() local
|
/libcore/ojluni/src/main/native/ |
D | net_util.h | 42 #define NET_ERROR(env, ex, msg) \ argument
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | CompletableFutureTest.java | 169 Throwable ex) { in checkCompletedWithWrappedException() 173 void checkCompletedExceptionally(CompletableFuture<?> f, Throwable ex) { in checkCompletedExceptionally() 946 final CFException ex = new CFException(); in testWhenComplete_exceptionalCompletion() local 1001 final CFException ex = new CFException(); in testWhenComplete_sourceCompletedNormallyActionFailed() local 1094 final CFException ex = new CFException(); in testHandle_exceptionalCompletion() local 1152 final CFException ex = new CFException(); in testHandle_sourceCompletedNormallyActionFailed() local 1309 final CFException ex = new CFException(); in testThenRun_exceptionalCompletion() local 1429 final CFException ex = new CFException(); in testThenApply_exceptionalCompletion() local 1531 final CFException ex = new CFException(); in testThenAccept_exceptionalCompletion() local 1656 final CFException ex = new CFException(); in testThenCombine_exceptionalCompletion() local [all …]
|
/libcore/luni/src/test/java/libcore/java/util/jar/ |
D | OldJarExceptionTest.java | 28 JarException ex = new JarException(); in test_Constructor() local
|
/libcore/luni/src/test/java/libcore/java/lang/annotation/ |
D | AnnotationTypeMismatchExceptionTest.java | 28 AnnotationTypeMismatchException ex = new AnnotationTypeMismatchException(m, "poop"); in testGetters() local
|
/libcore/ojluni/src/main/java/java/io/ |
D | WriteAbortedException.java | 66 public WriteAbortedException(String s, Exception ex) { in WriteAbortedException()
|
/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/ojluni/src/main/java/java/util/logging/ |
D | ErrorManager.java | 83 public synchronized void error(String msg, Exception ex, int code) { in error()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/ |
D | DocumentBuilderFactoryTest.java | 929 public void error(SAXParseException ex) { in error() 936 public void warning(SAXParseException ex) { in warning() 940 public void fatalError(SAXParseException ex) { in fatalError()
|
/libcore/ojluni/src/main/java/java/net/ |
D | SocksSocketImpl.java | 286 SocketException ex = null; in connectV4() local 513 SocketException ex = null; in connect() local
|