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

Constructor Index

 o NoSuchKeyException()
 o NoSuchKeyException(Database, byte[])
 o NoSuchKeyException(String)

Method Index

 o getDatabase()
Returns data base on which problem happened.
 o getKey()
Returns offending key.

Constructors

 o NoSuchKeyException
 public NoSuchKeyException()
 o NoSuchKeyException
 public NoSuchKeyException(String msg)
 o NoSuchKeyException
 public NoSuchKeyException(Database db,
                           byte key[])

Methods

 o getDatabase
 public Database getDatabase()
Returns data base on which problem happened.

 o getKey
 public byte[] getKey()
Returns offending key.


All Packages  Class Hierarchy  This Package  Previous  Next  Index