Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/nio/charset/
DCoderMalfunctionError.java38 public CoderMalfunctionError(Exception ex) { in CoderMalfunctionError()
/libcore/luni/src/main/java/java/security/
DPrivilegedActionException.java27 public PrivilegedActionException(Exception ex) { in PrivilegedActionException()
/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/luni/src/test/java/libcore/java/lang/annotation/
DAnnotationTypeMismatchExceptionTest.java28 AnnotationTypeMismatchException ex = new AnnotationTypeMismatchException(m, "poop"); in testGetters() local
/libcore/luni/src/test/java/libcore/java/util/jar/
DOldJarExceptionTest.java28 JarException ex = new JarException(); in test_Constructor() local
/libcore/luni/src/main/java/javax/sql/
DConnectionEvent.java33 private SQLException ex; field in ConnectionEvent
/libcore/luni/src/main/java/java/lang/
DClassNotFoundException.java27 private Throwable ex; field in ClassNotFoundException
DThread.java1136 void uncaughtException(Thread thread, Throwable ex); in uncaughtException()
/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/luni/src/test/java/tests/api/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/luni/src/main/java/java/sql/
DSQLException.java219 public void setNextException(SQLException ex) { in setNextException()
/libcore/luni/src/main/java/java/util/logging/
DHandler.java253 protected void reportError(String msg, Exception ex, int code) { in reportError()
/libcore/luni/src/main/java/java/net/
DNetworkInterface.java211 private static SocketException rethrowAsSocketException(Exception ex) throws SocketException { in rethrowAsSocketException()
/libcore/luni/src/test/java/tests/api/java/lang/reflect/
DConstructorTest.java206 Class<? extends IndexOutOfBoundsException> ex = null; in test_getExceptionTypes() local
DMethodTest.java268 Class[] ex = mth.getExceptionTypes(); in test_getExceptionTypes() local
/libcore/luni/src/main/java/java/io/
DObjectOutputStream.java1321 private void writeNewException(Exception ex) throws IOException { in writeNewException()