All Packages Class Hierarchy This Package Previous Next Index
Class jdbm.NoSuchKeyException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----jdbm.NoSuchKeyException
- public class NoSuchKeyException
- extends Exception
-
NoSuchKeyException()
-
-
NoSuchKeyException(Database, byte[])
-
-
NoSuchKeyException(String)
-
-
getDatabase()
- Returns data base on which problem happened.
-
getKey()
- Returns offending key.
NoSuchKeyException
public NoSuchKeyException()
NoSuchKeyException
public NoSuchKeyException(String msg)
NoSuchKeyException
public NoSuchKeyException(Database db,
byte key[])
getDatabase
public Database getDatabase()
- Returns data base on which problem happened.
getKey
public byte[] getKey()
- Returns offending key.
All Packages Class Hierarchy This Package Previous Next Index