com.bigdata.btree
Class Errors

java.lang.Object
  extended by 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.

Field Summary
static String ERR_FROM_INDEX
           
static String ERR_KEYS_NULL
           
static String ERR_TO_INDEX
           
static String ERR_VALS_NULL
           
 
Constructor Summary
Errors()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Errors

public Errors()


Copyright © 2006-2011 SYSTAP, LLC. All Rights Reserved.