Home
last modified time | relevance | path

Searched defs:exception (Results 1 – 25 of 26) sorted by relevance

12

/libcore/luni/src/main/java/javax/xml/transform/
DErrorListener.java68 public abstract void warning(TransformerException exception) in warning()
87 public abstract void error(TransformerException exception) in error()
107 public abstract void fatalError(TransformerException exception) in fatalError()
DTransformerFactoryConfigurationError.java34 private Exception exception; field in TransformerFactoryConfigurationError
/libcore/luni/src/main/java/org/xml/sax/
DErrorHandler.java73 public abstract void warning (SAXParseException exception) in warning()
102 public abstract void error (SAXParseException exception) in error()
134 public abstract void fatalError (SAXParseException exception) in fatalError()
DSAXException.java147 private Exception exception; field in SAXException
/libcore/luni/src/main/java/java/lang/reflect/
DUndeclaredThrowableException.java39 public UndeclaredThrowableException(Throwable exception) { in UndeclaredThrowableException()
53 public UndeclaredThrowableException(Throwable exception, in UndeclaredThrowableException()
DInvocationTargetException.java49 public InvocationTargetException(Throwable exception) { in InvocationTargetException()
64 public InvocationTargetException(Throwable exception, String detailMessage) { in InvocationTargetException()
/libcore/luni/src/main/java/java/lang/
DExceptionInInitializerError.java27 private Throwable exception; field in ExceptionInInitializerError
57 public ExceptionInInitializerError(Throwable exception) { in ExceptionInInitializerError()
DClassNotFoundException.java58 public ClassNotFoundException(String detailMessage, Throwable exception) { in ClassNotFoundException()
/libcore/luni/src/main/java/javax/sql/
DStatementEvent.java33 private SQLException exception; field in StatementEvent
48 SQLException exception) { in StatementEvent()
/libcore/luni/src/test/java/tests/api/org/xml/sax/helpers/
DXMLFilterImplTest.java443 SAXParseException exception = new SAXParseException("Oops!", null); in testWarning() local
457 SAXParseException exception = new SAXParseException("Oops!", null); in testError() local
471 SAXParseException exception = new SAXParseException("Oops!", null); in testFatalError() local
/libcore/luni/src/main/java/javax/xml/parsers/
DFactoryConfigurationError.java37 private Exception exception; field in FactoryConfigurationError
/libcore/luni/src/main/java/java/util/logging/
DErrorManager.java90 public void error(String message, Exception exception, int errorCode) { in error()
/libcore/luni/src/test/java/tests/api/org/xml/sax/support/
DMockHandler.java65 public void error(SAXParseException exception) throws SAXException { in error()
69 public void fatalError(SAXParseException exception) throws SAXException { in fatalError()
115 public void warning(SAXParseException exception) throws SAXException { in warning()
/libcore/luni/src/main/native/
Djava_lang_System.cpp35 static void System_log(JNIEnv* env, jclass, jchar type, jstring javaMessage, jthrowable exception) { in System_log()
Djava_util_regex_Pattern.cpp70 jobject exception = env->NewObject(exceptionClass, method, message, pattern, error.offset); in throwPatternSyntaxException() local
Djava_lang_ProcessManager.cpp211 jthrowable exception = env->ExceptionOccurred(); in ProcessManager_exec() local
Dorg_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp2938 bool exception = throwExceptionIfNecessary(env, "NativeCrypto_EVP_DigestInit"); in NativeCrypto_EVP_DigestInit() local
3171 bool exception = throwExceptionIfNecessary(env, "NativeCrypto_EVP_SignInit"); in NativeCrypto_EVP_SignInit() local
3271 bool exception = throwExceptionIfNecessary(env, "NativeCrypto_EVP_VerifyInit"); in NativeCrypto_EVP_VerifyInit() local
/libcore/luni/src/test/java/libcore/java/io/
DOldAndroidPipedStreamTest.java36 Throwable exception; field in OldAndroidPipedStreamTest.TestThread
/libcore/luni/src/test/java/libcore/xml/
DXsltXPathConformanceTestSuite.java617 public void warning(TransformerException exception) { in warning()
623 public void error(TransformerException exception) { in error()
629 public void fatalError(TransformerException exception) { in fatalError()
/libcore/luni/src/main/java/javax/xml/datatype/
DFactoryFinder.java290 private Exception exception; field in FactoryFinder.ConfigurationError
/libcore/luni/src/test/java/tests/api/javax/net/ssl/
DSSLSessionTest.java474 private Exception exception; field in SSLSessionTest.TestServer
557 private Exception exception; field in SSLSessionTest.TestClient
DHandshakeCompletedEventTest.java391 private Exception exception; field in HandshakeCompletedEventTest.TestServer
474 private Exception exception; field in HandshakeCompletedEventTest.TestClient
DSSLSocketTest.java519 private Exception exception; field in SSLSocketTest.TestServer
/libcore/luni/src/main/java/java/util/concurrent/
DForkJoinWorkerThread.java348 protected void onTermination(Throwable exception) { in onTermination()
368 Throwable exception = null; in run() local
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
DObjectInputStreamTest.java871 private IOException exception = null; field in ObjectInputStreamTest.ExceptionalBufferedInputStream
898 public void setException(IOException exception) { in setException()

12