de.lmu.ifi.dbs.elki.utilities.exceptions
Interface ExceptionMessages


public interface ExceptionMessages

Interface to collect exception messages that are used in several cases.


Field Summary
static String CLUSTERING_EMPTY
          Message when an empty clustering is encountered.
static String DATABASE_EMPTY
          Messages in case a database is unexpectedly empty.
static String FILE_EXISTS
          File already exists, will not overwrite.
static String FILE_NOT_FOUND
          File not found. 404.
static String INCONSISTENT_STATE_NEW_LABEL
          Message when a new label was discovered in a database, that did not exist before.
static String UNSUPPORTED
          Generic "unsupported" message
static String UNSUPPORTED_NOT_YET
          Generic "not yet supported" message
static String UNSUPPORTED_REMOVE
          "remove unsupported" message for iterators
static String UNSUPPORTED_UNDEFINED_DISTANCE
          Message when a distance doesn't support undefined values.
static String USER_REQUESTED_HELP
          Message when the user requested a help message.
 

Field Detail

USER_REQUESTED_HELP

static final String USER_REQUESTED_HELP
Message when the user requested a help message.

See Also:
Constant Field Values

DATABASE_EMPTY

static final String DATABASE_EMPTY
Messages in case a database is unexpectedly empty.

See Also:
Constant Field Values

INCONSISTENT_STATE_NEW_LABEL

static final String INCONSISTENT_STATE_NEW_LABEL
Message when a new label was discovered in a database, that did not exist before.

See Also:
Constant Field Values

CLUSTERING_EMPTY

static final String CLUSTERING_EMPTY
Message when an empty clustering is encountered.

See Also:
Constant Field Values

UNSUPPORTED_UNDEFINED_DISTANCE

static final String UNSUPPORTED_UNDEFINED_DISTANCE
Message when a distance doesn't support undefined values.

See Also:
Constant Field Values

UNSUPPORTED

static final String UNSUPPORTED
Generic "unsupported" message

See Also:
Constant Field Values

UNSUPPORTED_NOT_YET

static final String UNSUPPORTED_NOT_YET
Generic "not yet supported" message

See Also:
Constant Field Values

UNSUPPORTED_REMOVE

static final String UNSUPPORTED_REMOVE
"remove unsupported" message for iterators

See Also:
Constant Field Values

FILE_NOT_FOUND

static final String FILE_NOT_FOUND
File not found. 404.

See Also:
Constant Field Values

FILE_EXISTS

static final String FILE_EXISTS
File already exists, will not overwrite.

See Also:
Constant Field Values

Release 0.4.0 (2011-09-20_1324)