Uses of Class
messif.utility.ErrorCode

Packages that use ErrorCode
messif.buckets Storage classes capable of holding objects
messif.operations Generic classes for data manipulatioin and querying operations. 
messif.operations.query Implementation of data querying operations. 
messif.utility Various utilities that does not fit anywhere else including a main class for executing batch files. 
 

Uses of ErrorCode in messif.buckets
 

Subclasses of ErrorCode in messif.buckets
 class BucketErrorCode
          Represents an error code that can be returned by bucket operations.
 

Uses of ErrorCode in messif.operations
 

Subclasses of ErrorCode in messif.operations
 class OperationErrorCode
          Error codes related to operations.
 

Fields in messif.operations declared as ErrorCode
protected  ErrorCode AbstractOperation.errValue
          Operation result code
 

Methods in messif.operations that return ErrorCode
 ErrorCode AbstractOperation.getErrorCode()
          Returns the result code of this operation.
 

Methods in messif.operations with parameters of type ErrorCode
 void AbstractOperation.endOperation(ErrorCode errValue)
          End operation with a specific error code.
 

Uses of ErrorCode in messif.operations.query
 

Methods in messif.operations.query with parameters of type ErrorCode
 void IncrementalNNQueryOperation.endOperation(ErrorCode errValue)
          End operation with a specific error code.
 

Uses of ErrorCode in messif.utility
 

Fields in messif.utility declared as ErrorCode
static ErrorCode ErrorCode.NOT_SET
          The initial value of an error code that was not set yet.
static ErrorCode ErrorCode.UNKNOWN_ERROR
          Not specific error appeared.