Home
last modified time | relevance | path

Searched refs:nextException (Results 1 – 25 of 292) sorted by relevance

12345678910>>...12

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.sql/share/classes/java/sql/
H A DSQLException.java321 SQLException nextException = firstException.getNextException(); in iterator()
325 if(firstException != null || nextException != null || cause != null) in iterator()
340 else if(nextException != null){ in iterator()
341 throwable = nextException; in iterator()
342 cause = nextException.getCause(); in iterator()
343 nextException = nextException.getNextException(); in iterator()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.sql/share/classes/java/sql/
H A DSQLException.java321 SQLException nextException = firstException.getNextException(); in iterator()
325 if(firstException != null || nextException != null || cause != null) in iterator()
340 else if(nextException != null){ in iterator()
341 throwable = nextException; in iterator()
342 cause = nextException.getCause(); in iterator()
343 nextException = nextException.getNextException(); in iterator()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/sql/
H A DSQLException.java319 SQLException nextException = firstException.getNextException(); in iterator()
323 if(firstException != null || nextException != null || cause != null) in iterator()
338 else if(nextException != null){ in iterator()
339 throwable = nextException; in iterator()
340 cause = nextException.getCause(); in iterator()
341 nextException = nextException.getNextException(); in iterator()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.sql/share/classes/java/sql/
H A DSQLException.java321 SQLException nextException = firstException.getNextException(); in iterator()
325 if(firstException != null || nextException != null || cause != null) in iterator()
340 else if(nextException != null){ in iterator()
341 throwable = nextException; in iterator()
342 cause = nextException.getCause(); in iterator()
343 nextException = nextException.getNextException(); in iterator()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.sql/share/classes/java/sql/
H A DSQLException.java321 SQLException nextException = firstException.getNextException(); in iterator()
325 if(firstException != null || nextException != null || cause != null) in iterator()
340 else if(nextException != null){ in iterator()
341 throwable = nextException; in iterator()
342 cause = nextException.getCause(); in iterator()
343 nextException = nextException.getNextException(); in iterator()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.sql/share/classes/java/sql/
H A DSQLException.java321 SQLException nextException = firstException.getNextException(); in iterator()
325 if(firstException != null || nextException != null || cause != null) in iterator()
340 else if(nextException != null){ in iterator()
341 throwable = nextException; in iterator()
342 cause = nextException.getCause(); in iterator()
343 nextException = nextException.getNextException(); in iterator()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.sql/share/classes/java/sql/
H A DSQLException.java321 SQLException nextException = firstException.getNextException(); in iterator()
325 if(firstException != null || nextException != null || cause != null) in iterator()
340 else if(nextException != null){ in iterator()
341 throwable = nextException; in iterator()
342 cause = nextException.getCause(); in iterator()
343 nextException = nextException.getNextException(); in iterator()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.sql/share/classes/java/sql/
H A DSQLException.java321 SQLException nextException = firstException.getNextException(); in iterator()
325 if(firstException != null || nextException != null || cause != null) in iterator()
340 else if(nextException != null){ in iterator()
341 throwable = nextException; in iterator()
342 cause = nextException.getCause(); in iterator()
343 nextException = nextException.getNextException(); in iterator()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.sql/share/classes/java/sql/
H A DSQLException.java321 SQLException nextException = firstException.getNextException(); in iterator()
325 if(firstException != null || nextException != null || cause != null) in iterator()
340 else if(nextException != null){ in iterator()
341 throwable = nextException; in iterator()
342 cause = nextException.getCause(); in iterator()
343 nextException = nextException.getNextException(); in iterator()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/sql/
H A DSQLException.java319 SQLException nextException = firstException.getNextException(); in iterator()
323 if(firstException != null || nextException != null || cause != null) in iterator()
338 else if(nextException != null){ in iterator()
339 throwable = nextException; in iterator()
340 cause = nextException.getCause(); in iterator()
341 nextException = nextException.getNextException(); in iterator()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/libsupc++/
H A Deh_catch.cc76 header->nextException = prev; in __cxa_begin_catch()
112 globals->caughtExceptions = header->nextException; in __cxa_end_catch()
118 globals->caughtExceptions = header->nextException; in __cxa_end_catch()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/libsupc++/
H A Deh_catch.cc76 header->nextException = prev; in __cxa_begin_catch()
112 globals->caughtExceptions = header->nextException; in __cxa_end_catch()
118 globals->caughtExceptions = header->nextException; in __cxa_end_catch()
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/libsupc++/
H A Deh_catch.cc78 header->nextException = prev; in __cxa_begin_catch()
119 globals->caughtExceptions = header->nextException; in __cxa_end_catch()
124 globals->caughtExceptions = header->nextException; in __cxa_end_catch()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libstdc++-v3/libsupc++/
H A Deh_catch.cc78 header->nextException = prev; in __cxa_begin_catch()
119 globals->caughtExceptions = header->nextException; in __cxa_end_catch()
124 globals->caughtExceptions = header->nextException; in __cxa_end_catch()
/dports/devel/mingw32-gcc/gcc-4.8.1/libstdc++-v3/libsupc++/
H A Deh_catch.cc78 header->nextException = prev; in __cxa_begin_catch()
119 globals->caughtExceptions = header->nextException; in __cxa_end_catch()
124 globals->caughtExceptions = header->nextException; in __cxa_end_catch()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/libsupc++/
H A Deh_catch.cc78 header->nextException = prev; in __cxa_begin_catch()
119 globals->caughtExceptions = header->nextException; in __cxa_end_catch()
124 globals->caughtExceptions = header->nextException; in __cxa_end_catch()
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/libsupc++/
H A Deh_catch.cc78 header->nextException = prev; in __cxa_begin_catch()
119 globals->caughtExceptions = header->nextException; in __cxa_end_catch()
124 globals->caughtExceptions = header->nextException; in __cxa_end_catch()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/libsupc++/
H A Deh_catch.cc78 header->nextException = prev; in __cxa_begin_catch()
119 globals->caughtExceptions = header->nextException; in __cxa_end_catch()
124 globals->caughtExceptions = header->nextException; in __cxa_end_catch()
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/libsupc++/
H A Deh_catch.cc78 header->nextException = prev; in __cxa_begin_catch()
119 globals->caughtExceptions = header->nextException; in __cxa_end_catch()
124 globals->caughtExceptions = header->nextException; in __cxa_end_catch()
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/libsupc++/
H A Deh_catch.cc78 header->nextException = prev; in __cxa_begin_catch()
119 globals->caughtExceptions = header->nextException; in __cxa_end_catch()
124 globals->caughtExceptions = header->nextException; in __cxa_end_catch()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/libsupc++/
H A Deh_catch.cc78 header->nextException = prev; in __cxa_begin_catch()
119 globals->caughtExceptions = header->nextException; in __cxa_end_catch()
124 globals->caughtExceptions = header->nextException; in __cxa_end_catch()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/libsupc++/
H A Deh_catch.cc78 header->nextException = prev; in __cxa_begin_catch()
119 globals->caughtExceptions = header->nextException; in __cxa_end_catch()
124 globals->caughtExceptions = header->nextException; in __cxa_end_catch()
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/libsupc++/
H A Deh_catch.cc78 header->nextException = prev; in __cxa_begin_catch()
119 globals->caughtExceptions = header->nextException; in __cxa_end_catch()
124 globals->caughtExceptions = header->nextException; in __cxa_end_catch()
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/libsupc++/
H A Deh_catch.cc78 header->nextException = prev; in __cxa_begin_catch()
119 globals->caughtExceptions = header->nextException; in __cxa_end_catch()
124 globals->caughtExceptions = header->nextException; in __cxa_end_catch()
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/libsupc++/
H A Deh_catch.cc78 header->nextException = prev; in __cxa_begin_catch()
119 globals->caughtExceptions = header->nextException; in __cxa_end_catch()
124 globals->caughtExceptions = header->nextException; in __cxa_end_catch()

12345678910>>...12