com.bigdata.btree
Class Errors
java.lang.Object
com.bigdata.btree.Errors
public class Errors
- extends Object
Error messages for the B+Tree package.
- Version:
- $Id: Errors.java 2265 2009-10-26 12:51:06Z thompsonbry $
- Author:
- Bryan Thompson
- TODO:
- add error codes; localize.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ERR_FROM_INDEX
public static final transient String ERR_FROM_INDEX
- See Also:
- Constant Field Values
ERR_TO_INDEX
public static final transient String ERR_TO_INDEX
- See Also:
- Constant Field Values
ERR_KEYS_NULL
public static final transient String ERR_KEYS_NULL
- See Also:
- Constant Field Values
ERR_VALS_NULL
public static final transient String ERR_VALS_NULL
- See Also:
- Constant Field Values
Errors
public Errors()
Copyright © 2006-2011 SYSTAP, LLC. All Rights Reserved.