HomeSort by relevance Sort by last modified time
    Searched refs:nextException (Results 1 - 17 of 17) sorted by null

  /libcore/ojluni/src/main/java/java/sql/
SQLException.java 319 SQLException nextException = firstException.getNextException();
323 if(firstException != null || nextException != null || cause != null)
338 else if(nextException != null){
339 throwable = nextException;
340 cause = nextException.getCause();
341 nextException = nextException.getNextException();
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3exception.c 137 ex = ex->nextException;
165 next = ex->nextException;
antlr3baserecognizer.c 397 ex->nextException = recognizer->state->exception; /* So we don't leak the memory */
    [all...]
  /external/libcxxabi/src/
cxa_exception.hpp 42 __cxa_exception *nextException;
79 __cxa_exception *nextException;
cxa_exception.cpp 429 exception_header->nextException = globals->caughtExceptions;
497 globals->caughtExceptions = exception_header->nextException;
510 globals->caughtExceptions = exception_header->nextException;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/src/
cxa_exception.hpp 42 __cxa_exception *nextException;
94 __cxa_exception *nextException;
cxa_exception.cpp 387 exception_header->nextException = globals->caughtExceptions;
455 globals->caughtExceptions = exception_header->nextException;
468 globals->caughtExceptions = exception_header->nextException;
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3exception.h 193 struct ANTLR3_EXCEPTION_struct * nextException;
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar 
  /prebuilts/devtools/tools/lib/
ecj-4.4.jar 
ecj-4.6.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4.2/
ecj-4.4.2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.6.1/
ecj-4.6.1.jar 
  /prebuilts/tools/common/offline-m2/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 

Completed in 578 milliseconds