Home
last modified time | relevance | path

Searched defs:ex (Results 1 – 25 of 44) sorted by relevance

12

/libcore/ojluni/src/main/java/javax/sql/
DConnectionEvent.java68 public ConnectionEvent(PooledConnection con, SQLException ex) { in ConnectionEvent()
87 private SQLException ex = null; field in ConnectionEvent
/libcore/ojluni/src/main/java/java/lang/
DClassNotFoundException.java66 private Throwable ex; field in ClassNotFoundException
94 public ClassNotFoundException(String s, Throwable ex) { in ClassNotFoundException()
/libcore/dom/src/test/java/org/w3c/domts/
DJAXPDOMTestDocumentBuilderFactory.java96 public void error(SAXParseException ex) { in error()
103 public void warning(SAXParseException ex) { in warning()
107 public void fatalError(SAXParseException ex) { in fatalError()
DDOMTestIncompatibleException.java35 public DOMTestIncompatibleException(Throwable ex, in DOMTestIncompatibleException()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
DCharacterCodingExceptionTest.java32 CharacterCodingException ex = new CharacterCodingException(); in testConstructor() local
DMalformedInputExceptionTest.java34 MalformedInputException ex = new MalformedInputException(3); in testConstructor() local
DUnmappableCharacterExceptionTest.java34 UnmappableCharacterException ex = new UnmappableCharacterException(3); in testConstructor() local
DUnsupportedCharsetExceptionTest.java33 UnsupportedCharsetException ex = new UnsupportedCharsetException( in testConstructor() local
DIllegalCharsetNameExceptionTest.java33 IllegalCharsetNameException ex = new IllegalCharsetNameException( in testConstructor() local
DCoderMalfunctionErrorTest.java34 Exception ex = new Exception(); in testConstructor_Normal() local
/libcore/luni/src/main/java/java/util/concurrent/
DForkJoinTask.java408 final Throwable ex; field in ForkJoinTask.ExceptionNode
412 ExceptionNode(ForkJoinTask<?> task, Throwable ex, ExceptionNode next, in ExceptionNode()
427 final int recordExceptionalCompletion(Throwable ex) { in recordExceptionalCompletion()
459 private int setExceptionalCompletion(Throwable ex) { in setExceptionalCompletion()
469 void internalPropagateException(Throwable ex) { in internalPropagateException()
546 Throwable ex; in getThrowableException() local
616 static void rethrow(Throwable ex) { in rethrow()
744 Throwable ex = null; in invokeAll() local
796 Throwable ex = null; in invokeAll() local
910 public void completeExceptionally(Throwable ex) { in completeExceptionally()
[all …]
DCountedCompleter.java460 public boolean onExceptionalCompletion(Throwable ex, CountedCompleter<?> caller) { in onExceptionalCompletion()
691 void internalPropagateException(Throwable ex) { in internalPropagateException()
/libcore/ojluni/src/main/java/java/io/
DWriteAbortedException.java66 public WriteAbortedException(String s, Exception ex) { in WriteAbortedException()
/libcore/luni/src/test/java/libcore/java/util/jar/
DOldJarExceptionTest.java28 JarException ex = new JarException(); in test_Constructor() local
/libcore/luni/src/test/java/libcore/java/lang/annotation/
DAnnotationTypeMismatchExceptionTest.java28 AnnotationTypeMismatchException ex = new AnnotationTypeMismatchException(m, "poop"); in testGetters() local
/libcore/jsr166-tests/src/test/java/jsr166/
DCompletableFutureTest.java169 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/tests/org/w3c/dom/
DDOMTestCase.java206 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/native/
Dnet_util.h42 #define NET_ERROR(env, ex, msg) \ argument
/libcore/ojluni/src/main/java/java/net/
DSocksSocketImpl.java286 SocketException ex = null; in connectV4() local
433 SocketException ex = null; in connect() local
549 SocketException ex = null; in bindV4() local
755 SocketException ex = null; in socksBind() local
/libcore/ojluni/src/main/java/java/util/logging/
DErrorManager.java83 public synchronized void error(String msg, Exception ex, int code) { in error()
DFileHandler.java448 Exception ex = em.lastException; in openFiles() local
624 public void error(String msg, Exception ex, int code) { in error()
DHandler.java230 protected void reportError(String msg, Exception ex, int code) { in reportError()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
DDocumentBuilderFactoryTest.java929 public void error(SAXParseException ex) { in error()
936 public void warning(SAXParseException ex) { in warning()
940 public void fatalError(SAXParseException ex) { in fatalError()
/libcore/dex/src/main/java/com/android/dex/util/
DExceptionWithContext.java39 public static ExceptionWithContext withContext(Throwable ex, String str) { in withContext()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DThreadGroupTest.java774 private Throwable ex; field in ThreadGroupTest.TestThreadDefaultUncaughtExceptionHandler
778 public void uncaughtException(Thread thread, Throwable ex) { in uncaughtException()
784 public void assertWasCalled(Thread thread, Throwable ex) { in assertWasCalled()

12