Uses of Class
elki.utilities.exceptions.AbortException
-
Packages that use AbortException Package Description elki.utilities.exceptions Exception classes and common exception messages. -
-
Uses of AbortException in elki.utilities.exceptions
Subclasses of AbortException in elki.utilities.exceptions Modifier and Type Class Description class
APIViolationException
This class indicates an exception likely caused by an API not implemented correctly.class
EmptyDataException
Exception thrown when a database / relation is empty.class
IncompatibleDataException
Exception thrown when no compatible data was found.class
MissingPrerequisitesException
Exception thrown when prerequisites are not satisfied.class
NotImplementedException
Exception thrown when a particular code path was not yet implemented.class
TooManyRetriesException
Exception thrown when too many retries were attempted.
-