Searched refs:Exception (Results 1 - 25 of 181) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/collections/
H A DTransactionWorker.java26 throws Exception;
H A DStoredIterator.java94 } catch (Exception e) {
98 } catch (Exception ignored) {
157 } catch (Exception e) {
186 } catch (Exception e) {
218 } catch (Exception e) {
251 } catch (Exception e) {
284 } catch (Exception e) {
313 } catch (Exception e) {
348 } catch (Exception e) {
383 } catch (Exception
[all...]
H A DTransactionRunner.java211 * @throws Exception when any other exception is thrown by doWork(). The
217 throws DatabaseException, Exception {
254 if (e instanceof Exception) {
255 throw (Exception) e;
269 } catch (Exception e) {
H A DStoredContainer.java262 } catch (Exception e) {
283 } catch (Exception e) {
299 } catch (Exception e) {
317 } catch (Exception e) {
343 } catch (Exception e) {
356 } catch (Exception e) {
376 } catch (Exception e) {
389 } catch (Exception e) {
415 } catch (Exception e) {
443 final RuntimeException handleException(Exception
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/util/
H A DExceptionUnwrapper.java22 * Unwraps an Exception and returns the underlying Exception, or throws an
25 * @param e is the Exception to unwrap.
27 * @return the underlying Exception.
32 * Exception or an Error.
34 public static Exception unwrap(Exception e) {
37 if (t instanceof Exception) {
38 return (Exception) t;
42 throw new IllegalArgumentException("Not Exception o
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/test/
H A DNullTransactionRunner.java24 throws Exception {
28 } catch (Exception e) {
H A DSecondaryDeadlockTest.java42 throws Exception {
55 throws Exception {
66 private Exception exception;
74 throws Exception {
94 } catch (Exception e) {
101 } catch (Exception e) {
108 } catch (Exception e) {
121 throws Exception {
144 public void doWork() throws Exception {
149 public void doWork() throws Exception {
[all...]
H A DTestSR15721.java29 throws Exception {
55 throws Exception {
65 throws Exception {
76 } catch (Exception e) {
90 throws Exception {
H A DIterDeadlockTest.java42 throws Exception {
55 throws Exception {
74 throws Exception {
88 } catch (Exception e) {
95 } catch (Exception e) {
102 } catch (Exception e) {
115 throws Exception {
126 throws Exception {
136 public void doWork() throws Exception {
150 public void doWork() throws Exception {
[all...]
H A DJoinTest.java45 throws Exception {
58 throws Exception {
80 throws Exception {
106 } catch (Exception e) {
124 throws Exception {
130 throws Exception {
137 throws Exception {
149 throws Exception {
162 throws Exception {
177 throws Exception {
[all...]
H A DForeignKeyTest.java52 throws Exception {
65 throws Exception {
102 throws Exception {
131 } catch (Exception e) {
151 throws Exception {
156 } catch (Exception e) {
162 throws Exception {
175 throws Exception {
190 throws Exception {
213 throws Exception {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/util/test/
H A DExceptionWrapperTest.java30 throws Exception {
43 throws Exception {
60 throws Exception {
65 Exception ee = ExceptionUnwrapper.unwrap(e);
76 throws Exception {
81 Exception ee = ExceptionUnwrapper.unwrap(e);
92 throws Exception {
123 Exception ex = new Exception("some exception");
124 String causedBy = "Caused by: java.lang.Exception
[all...]
H A DFastOutputStreamTest.java24 throws Exception {
37 throws Exception {
54 throws Exception {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/sh2/
H A Dex.S16 ! convert Exception Vector to Exception Number
39 ! Exception Vector Base
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DEvolveTestInit.java27 throws Exception {
46 throws Exception {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DReplicationHostAddress.java65 }catch (Exception e){
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/test/serial/
H A DCatalogCornerCaseTest.java28 throws Exception {
41 throws Exception {
54 throws Exception {
66 } catch (Exception e) {
75 throws Exception {
H A DTupleSerialFactoryTest.java38 throws Exception {
51 throws Exception {
91 throws Exception {
121 } catch (Exception e) {
142 throws Exception {
148 throws Exception {
155 throws Exception {
168 throws Exception {
183 throws Exception {
202 throws Exception {
[all...]
H A DStoredClassCatalogTest.java45 throws Exception {
58 throws Exception {
86 throws Exception {
105 throws Exception {
131 } catch (Exception e) {
147 throws Exception {
153 throws Exception {
H A DStoredClassCatalogTestInit.java44 throws Exception {
57 throws Exception {
80 throws Exception {
97 throws Exception {
120 } catch (Exception e) {
135 throws Exception {
141 throws Exception {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dhrtimer.cpp66 throw Exception(Exception::OTHER_ERROR, "Timer: QueryPerformanceCounter failed with error " + IntToString(GetLastError()));
85 throw Exception(Exception::OTHER_ERROR, "Timer: QueryPerformanceFrequency failed with error " + IntToString(GetLastError()));
112 throw Exception(Exception::OTHER_ERROR, "ThreadUserTimer: GetThreadTimes failed with error " + IntToString(lastError));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/sh2a/
H A Dex.S16 ! convert Exception Vector to Exception Number
60 ! Exception Vector Base
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/factory/
H A DSample.java66 } catch (Exception e) {
76 } catch (Exception e) {
77 System.err.println("Exception during database close:");
88 throws Exception {
98 throws Exception {
110 throws Exception {
123 throws Exception {
140 throws Exception {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgfmt.cs24 using System; /* String, Console, Exception */
78 throw new Exception("class ResourceWriter is buggy", e);
95 throw new Exception("class ResourceWriter is buggy", e);
111 } catch (Exception e) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/internal/
H A DDbLock.java30 } catch(Exception e) {
31 System.err.println("Exception during finalization: " + e);

Completed in 127 milliseconds

12345678