Searched refs:KeyRangeException (Results 1 - 21 of 21) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/java/src/com/sleepycat/util/keyrange/
H A DKeyRangeException.java16 public class KeyRangeException extends IllegalArgumentException { class in inherits:IllegalArgumentException
23 public KeyRangeException(String msg) { method in class:KeyRangeException
H A DKeyRange.java43 throws KeyRangeException {
46 throw new KeyRangeException("singleKey out of range");
63 throws KeyRangeException {
69 throw new KeyRangeException("beginKey out of range");
75 throw new KeyRangeException("endKey out of range");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/java/src/com/sleepycat/util/keyrange/
H A DKeyRangeException.java16 public class KeyRangeException extends IllegalArgumentException { class in inherits:IllegalArgumentException
23 public KeyRangeException(String msg) { method in class:KeyRangeException
H A DKeyRange.java43 throws KeyRangeException {
46 throw new KeyRangeException("singleKey out of range");
63 throws KeyRangeException {
69 throw new KeyRangeException("beginKey out of range");
75 throw new KeyRangeException("endKey out of range");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/java/src/com/sleepycat/util/keyrange/
H A DKeyRangeException.java16 public class KeyRangeException extends IllegalArgumentException { class in inherits:IllegalArgumentException
23 public KeyRangeException(String msg) { method in class:KeyRangeException
H A DKeyRange.java43 throws KeyRangeException {
46 throw new KeyRangeException("singleKey out of range");
63 throws KeyRangeException {
69 throw new KeyRangeException("beginKey out of range");
75 throw new KeyRangeException("endKey out of range");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/java/src/com/sleepycat/collections/
H A DDataView.java28 import com.sleepycat.util.keyrange.KeyRangeException;
197 * @throws KeyRangeException if the specified range is not within the
201 throws DatabaseException, KeyRangeException {
220 throws DatabaseException, KeyRangeException {
233 throws DatabaseException, KeyRangeException {
275 throws DatabaseException, KeyRangeException {
605 throws DatabaseException, KeyRangeException {
616 throws DatabaseException, KeyRangeException {
H A DStoredList.java23 import com.sleepycat.util.keyrange.KeyRangeException;
518 } catch (KeyRangeException e) {
H A DStoredMap.java22 import com.sleepycat.util.keyrange.KeyRangeException;
606 } catch (KeyRangeException e) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/java/src/com/sleepycat/collections/
H A DDataView.java28 import com.sleepycat.util.keyrange.KeyRangeException;
197 * @throws KeyRangeException if the specified range is not within the
201 throws DatabaseException, KeyRangeException {
220 throws DatabaseException, KeyRangeException {
233 throws DatabaseException, KeyRangeException {
275 throws DatabaseException, KeyRangeException {
605 throws DatabaseException, KeyRangeException {
616 throws DatabaseException, KeyRangeException {
H A DStoredList.java23 import com.sleepycat.util.keyrange.KeyRangeException;
518 } catch (KeyRangeException e) {
H A DStoredMap.java22 import com.sleepycat.util.keyrange.KeyRangeException;
606 } catch (KeyRangeException e) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/java/src/com/sleepycat/collections/
H A DDataView.java28 import com.sleepycat.util.keyrange.KeyRangeException;
197 * @throws KeyRangeException if the specified range is not within the
201 throws DatabaseException, KeyRangeException {
220 throws DatabaseException, KeyRangeException {
233 throws DatabaseException, KeyRangeException {
275 throws DatabaseException, KeyRangeException {
605 throws DatabaseException, KeyRangeException {
616 throws DatabaseException, KeyRangeException {
H A DStoredList.java23 import com.sleepycat.util.keyrange.KeyRangeException;
518 } catch (KeyRangeException e) {
H A DStoredMap.java22 import com.sleepycat.util.keyrange.KeyRangeException;
606 } catch (KeyRangeException e) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/test/scr024/src/com/sleepycat/collections/
H A DKeyRangeTest.java30 import com.sleepycat.util.keyrange.KeyRangeException;
385 } catch (KeyRangeException expected) {}
393 } catch (KeyRangeException expected) {}
406 } catch (KeyRangeException expected) {}
414 } catch (KeyRangeException expected) {}
422 } catch (KeyRangeException expected) {}
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/test/scr024/src/com/sleepycat/collections/
H A DKeyRangeTest.java30 import com.sleepycat.util.keyrange.KeyRangeException;
385 } catch (KeyRangeException expected) {}
393 } catch (KeyRangeException expected) {}
406 } catch (KeyRangeException expected) {}
414 } catch (KeyRangeException expected) {}
422 } catch (KeyRangeException expected) {}
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/test/scr024/src/com/sleepycat/collections/
H A DKeyRangeTest.java30 import com.sleepycat.util.keyrange.KeyRangeException;
385 } catch (KeyRangeException expected) {}
393 } catch (KeyRangeException expected) {}
406 } catch (KeyRangeException expected) {}
414 } catch (KeyRangeException expected) {}
422 } catch (KeyRangeException expected) {}
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/dist/
H A DMakefile.in555 $(JAVA_SLEEPYCAT)/util/keyrange/KeyRangeException.java \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/dist/
H A DMakefile.in555 $(JAVA_SLEEPYCAT)/util/keyrange/KeyRangeException.java \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/dist/
H A DMakefile.in555 $(JAVA_SLEEPYCAT)/util/keyrange/KeyRangeException.java \

Completed in 225 milliseconds