Searched defs:cause (Results 1 – 8 of 8) sorted by relevance
30 public ParseException(Throwable cause) { in ParseException()34 public ParseException(String message, Throwable cause) { in ParseException()
30 public SimException(Throwable cause) { in SimException()34 public SimException(String message, Throwable cause) { in SimException()
28 public MutabilityException(Throwable cause) { in MutabilityException()32 public MutabilityException(String message, Throwable cause) { in MutabilityException()
67 public ExceptionWithContext(Throwable cause) { in ExceptionWithContext()77 public ExceptionWithContext(String message, Throwable cause) { in ExceptionWithContext()
218 Object* cause) in dvmThrowChainedException()263 Object* cause) in dvmThrowChainedExceptionByClass()333 const char* messageDescriptor, Object* cause) in dvmThrowChainedExceptionWithClassMessage()404 static bool initException(Object* exception, const char* msg, Object* cause, in initException()707 Object* cause = in dvmGetExceptionCause() local1288 Object* cause; in dvmLogExceptionStackTrace() local
29 public TestFailed(Throwable cause) { in TestFailed()
425 Object* cause = dvmGetExceptionCause(excep); in dvmOptResolveClass() local