de.lmu.ifi.dbs.elki.utilities.exceptions
Class ObjectNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.lmu.ifi.dbs.elki.utilities.exceptions.ObjectNotFoundException
- All Implemented Interfaces:
- Serializable
public class ObjectNotFoundException
- extends RuntimeException
Exception thrown when the requested object was not found in the database.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
private static final long serialVersionUID
- Serial version
- See Also:
- Constant Field Values
ObjectNotFoundException
public ObjectNotFoundException(DBID id)
- Object