
public interface ExceptionMessages
| Modifier and Type | Field and Description | 
|---|---|
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. 
 | 
static final String USER_REQUESTED_HELP
static final String DATABASE_EMPTY
static final String INCONSISTENT_STATE_NEW_LABEL
static final String CLUSTERING_EMPTY
static final String UNSUPPORTED_UNDEFINED_DISTANCE
static final String UNSUPPORTED
static final String UNSUPPORTED_NOT_YET
static final String UNSUPPORTED_REMOVE
static final String FILE_NOT_FOUND
static final String FILE_EXISTS