Inheritance diagram for kddml.Operators.ResolverErrorCodes:
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 |
Title: KDDML
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2003-2005
Company: Universita' di Pisa - Dipartimento di Informatica
|
A required attribute do not exist in a table. |
|
A generic type attribute error related to a table. |
|
Trying to add a new attribute in a table, but the attribute already exist. |
|
Generic I/O error. |
|
A casting to a proprietary KDDML core object is illegal. |
|
A required algorithm is not supported. |
|
An external library returns error. |
|
Out of memory error. |
|
Two objects are incompatible. |
|
An attribute value is incompatible for an object. |
|
Algorithm or operator not yet implemented. |