Main Page | Class Hierarchy | Class List | Class Members

kddml.Operators.ResolverErrorCodes Interface Reference

Inheritance diagram for kddml.Operators.ResolverErrorCodes:

kddml.Operators.ResolverException List of all members.

Static Public Attributes

static final byte ATTRIBUTE_DO_NOT_EXIST = 1
static final byte ATTRIBUTE_TYPE_ERROR = 2
static final byte ATTRIBUTE_ALREADY_EXIST = 3
static final byte IO_ERROR = 4
static final byte ILLEGAL_CASTING = 5
static final byte UNSUPPORTED_ALGORITHM = 6
static final byte ERROR_INVOKING_EXTERNAL_LIBRARIES = 7
static final byte OUT_OF_MEMORY = 8
static final byte INCOMPATIBLE_OBJECTS = 9
static final byte INVALID_SETTINGS_FOR_OBJECT = 10
static final byte NOT_YET_IMPLEMENTED = 11

Detailed Description

Interface that defines the error codes to be used inside this package for resolver classes.

Title: KDDML

Description: Knowledge Discovery in Database Environment

Copyright: Copyright (c) 2003-2005

Company: Universita' di Pisa - Dipartimento di Informatica

Author:
Andrea Romei (romei@di.unipi.it)
Version:
2.0.16


Member Data Documentation

final byte kddml.Operators.ResolverErrorCodes.ATTRIBUTE_DO_NOT_EXIST = 1 [static]
 

A required attribute do not exist in a table.

final byte kddml.Operators.ResolverErrorCodes.ATTRIBUTE_TYPE_ERROR = 2 [static]
 

A generic type attribute error related to a table.

final byte kddml.Operators.ResolverErrorCodes.ATTRIBUTE_ALREADY_EXIST = 3 [static]
 

Trying to add a new attribute in a table, but the attribute already exist.

final byte kddml.Operators.ResolverErrorCodes.IO_ERROR = 4 [static]
 

Generic I/O error.

final byte kddml.Operators.ResolverErrorCodes.ILLEGAL_CASTING = 5 [static]
 

A casting to a proprietary KDDML core object is illegal.

final byte kddml.Operators.ResolverErrorCodes.UNSUPPORTED_ALGORITHM = 6 [static]
 

A required algorithm is not supported.

final byte kddml.Operators.ResolverErrorCodes.ERROR_INVOKING_EXTERNAL_LIBRARIES = 7 [static]
 

An external library returns error.

final byte kddml.Operators.ResolverErrorCodes.OUT_OF_MEMORY = 8 [static]
 

Out of memory error.

final byte kddml.Operators.ResolverErrorCodes.INCOMPATIBLE_OBJECTS = 9 [static]
 

Two objects are incompatible.

final byte kddml.Operators.ResolverErrorCodes.INVALID_SETTINGS_FOR_OBJECT = 10 [static]
 

An attribute value is incompatible for an object.

final byte kddml.Operators.ResolverErrorCodes.NOT_YET_IMPLEMENTED = 11 [static]
 

Algorithm or operator not yet implemented.


Generated on Thu Feb 23 13:04:47 2006 for kddml by  doxygen 1.4.3