Home
last modified time | relevance | path

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

12

/dalvik/libcore/xml/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.java149 private Exception exception; field in SAXException
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/util/
DInputMismatchExceptionTest.java47 InputMismatchException exception = new InputMismatchException(); in test_Constructor() local
63 InputMismatchException exception = new InputMismatchException( in test_ConstructorLjava_lang_String() local
/dalvik/libcore/luni/src/main/java/java/lang/reflect/
DUndeclaredThrowableException.java39 public UndeclaredThrowableException(Throwable exception) { in UndeclaredThrowableException()
54 public UndeclaredThrowableException(Throwable exception, in UndeclaredThrowableException()
DInvocationTargetException.java49 public InvocationTargetException(Throwable exception) { in InvocationTargetException()
64 public InvocationTargetException(Throwable exception, String detailMessage) { in InvocationTargetException()
/dalvik/libcore/luni/src/main/java/java/lang/
DExceptionInInitializerError.java27 private Throwable exception; field in ExceptionInInitializerError
58 public ExceptionInInitializerError(Throwable exception) { in ExceptionInInitializerError()
DClassNotFoundException.java58 public ClassNotFoundException(String detailMessage, Throwable exception) { in ClassNotFoundException()
/dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/
DBufferOverflowExceptionTest.java89 BufferOverflowException exception = new BufferOverflowException(); in test_Constructor() local
DReadOnlyBufferExceptionTest.java88 ReadOnlyBufferException exception = new ReadOnlyBufferException(); in test_Constructor() local
DBufferUnderflowExceptionTest.java92 BufferUnderflowException exception = new BufferUnderflowException(); in test_Constructor() local
DInvalidMarkExceptionTest.java71 InvalidMarkException exception = new InvalidMarkException(); in test_Constructor() local
/dalvik/vm/
DException.c252 Object* exception; in dvmThrowChainedExceptionByClass() local
351 static bool initException(Object* exception, const char* msg, Object* cause, in initException()
575 bool dvmIsCheckedException(const Object* exception) in dvmIsCheckedException()
645 Object* dvmGetExceptionCause(const Object* exception) in dvmGetExceptionCause()
673 Object* exception; in dvmPrintExceptionStackTrace() local
819 int dvmFindCatchBlock(Thread* self, int relPc, Object* exception, in dvmFindCatchBlock()
1196 static void logStackTraceOf(Object* exception) in logStackTraceOf()
1234 Object* exception = dvmThreadSelf()->exception; in dvmLogExceptionStackTrace() local
DException.h79 INLINE void dvmSetException(Thread* self, Object* exception) in dvmSetException()
/dalvik/libcore/junit/src/main/java/junit/extensions/
DExceptionTestCase.java26 public ExceptionTestCase(String name, Class exception) { in ExceptionTestCase()
/dalvik/dx/src/junit/extensions/
DExceptionTestCase.java26 public ExceptionTestCase(String name, Class exception) { in ExceptionTestCase()
/dalvik/libcore/icu/src/main/native/
DErrorCode.c36 jclass exception; in icu4jni_error() local
/dalvik/libcore/xml/src/test/java/tests/api/org/xml/sax/helpers/
DXMLFilterImplTest.java627 SAXParseException exception = new SAXParseException("Oops!", null); in testWarning() local
646 SAXParseException exception = new SAXParseException("Oops!", null); in testError() local
665 SAXParseException exception = new SAXParseException("Oops!", null); in testFatalError() local
/dalvik/libcore/security/src/main/java/java/security/
DPrivilegedActionException.java48 private Exception exception; field in PrivilegedActionException
/dalvik/libcore/xml/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()
/dalvik/libcore/logging/src/main/java/java/util/logging/
DErrorManager.java94 public void error(String message, Exception exception, int errorCode) { in error()
/dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
DPrivilegedExceptionActionTest.java67 Exception exception = exceptions[i]; in testRun() local
/dalvik/libcore/x-net/src/test/java/tests/api/javax/net/ssl/
DSSLSessionTest.java722 private Exception exception; field in SSLSessionTest.TestServer
798 private Exception exception; field in SSLSessionTest.TestClient
DHandshakeCompletedEventTest.java516 private Exception exception; field in HandshakeCompletedEventTest.TestServer
590 private Exception exception; field in HandshakeCompletedEventTest.TestClient
/dalvik/vm/mterp/c/
DgotoTargets.c570 Object* exception; in GOTO_TARGET() local
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
DFutureTask.java177 private Throwable exception; field in FutureTask.Sync

12