Package elki.utilities.exceptions
Class EmptyDataException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- elki.utilities.exceptions.AbortException
-
- elki.utilities.exceptions.EmptyDataException
-
- All Implemented Interfaces:
java.io.Serializable
public class EmptyDataException extends AbortException
Exception thrown when a database / relation is empty.- Since:
- 0.7.5
- Author:
- Erich Schubert
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
Serial version
-
Constructor Summary
Constructors Constructor Description EmptyDataException()
Constructor.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Serial version- See Also:
- Constant Field Values
-
-