Package elki.database.datastore
Class ObjectNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- elki.database.datastore.ObjectNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class ObjectNotFoundException extends java.lang.RuntimeException
Exception thrown when the requested object was not found in the database.- Since:
- 0.4.0
- 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 ObjectNotFoundException(DBIDRef id)
Constructor
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Serial version- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ObjectNotFoundException
public ObjectNotFoundException(DBIDRef id)
Constructor- Parameters:
id
- ID that was not found.
-
-