com.bigdata.btree
Class KeyOutOfRangeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
com.bigdata.btree.KeyOutOfRangeException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- KeyAfterPartitionException, KeyBeforePartitionException
public class KeyOutOfRangeException
- extends IllegalArgumentException
An exception thrown when the key is outside of the half-open range constraint
for a ITupleCursor or an index partition.
- Version:
- $Id: KeyOutOfRangeException.java 2265 2009-10-26 12:51:06Z thompsonbry $
- Author:
- Bryan Thompson
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
KeyOutOfRangeException
protected KeyOutOfRangeException(String msg)
Copyright © 2006-2011 SYSTAP, LLC. All Rights Reserved.