Home
last modified time | relevance | path

Searched defs:exception (Results 1 – 25 of 46) 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/
DExceptionInInitializerError.java29 private Throwable exception; field in ExceptionInInitializerError
63 public ExceptionInInitializerError(Throwable exception) { in ExceptionInInitializerError()
DClassNotFoundException.java64 public ClassNotFoundException(String detailMessage, Throwable exception) { in ClassNotFoundException()
/dalvik/libcore/luni/src/main/java/java/lang/reflect/
DUndeclaredThrowableException.java43 public UndeclaredThrowableException(Throwable exception) { in UndeclaredThrowableException()
60 public UndeclaredThrowableException(Throwable exception, in UndeclaredThrowableException()
DInvocationTargetException.java55 public InvocationTargetException(Throwable exception) { in InvocationTargetException()
72 public InvocationTargetException(Throwable exception, String detailMessage) { in InvocationTargetException()
/dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/
DReadOnlyBufferExceptionTest.java88 ReadOnlyBufferException exception = new ReadOnlyBufferException(); in test_Constructor() local
DInvalidMarkExceptionTest.java71 InvalidMarkException exception = new InvalidMarkException(); in test_Constructor() local
DBufferUnderflowExceptionTest.java92 BufferUnderflowException exception = new BufferUnderflowException(); in test_Constructor() local
DBufferOverflowExceptionTest.java89 BufferOverflowException exception = new BufferOverflowException(); in test_Constructor() local
/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/vm/
DException.c249 Object* exception; in dvmThrowChainedExceptionByClass() local
348 static bool initException(Object* exception, const char* msg, Object* cause, in initException()
564 bool dvmIsCheckedException(const Object* exception) in dvmIsCheckedException()
640 Object* exception; in dvmPrintExceptionStackTrace() local
786 int dvmFindCatchBlock(Thread* self, int relPc, Object* exception, in dvmFindCatchBlock()
1163 static void logStackTraceOf(Object* exception) in logStackTraceOf()
1201 Object* exception = dvmThreadSelf()->exception; in dvmLogExceptionStackTrace() local
DException.h79 INLINE void dvmSetException(Thread* self, Object* exception) in dvmSetException()
/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.java114 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/concurrent/src/main/java/java/util/concurrent/
DExecutors.java455 private Exception exception; field in Executors.PrivilegedCallable
488 private Exception exception; field in Executors.PrivilegedCallableUsingCurrentClassLoader
DFutureTask.java158 private Throwable exception; field in FutureTask.Sync
/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
/dalvik/vm/mterp/c/
DgotoTargets.c570 Object* exception; in GOTO_TARGET() local

12