de.lmu.ifi.dbs.elki.utilities.exceptions
Class ObjectNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Field Summary
private static long serialVersionUID
          Serial version
 
Constructor Summary
ObjectNotFoundException(DBID id)
          Object
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Serial version

See Also:
Constant Field Values
Constructor Detail

ObjectNotFoundException

public ObjectNotFoundException(DBID id)
Object


Release 0.4.0 (2011-09-20_1324)