All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.infoplace.simpledb.DBException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----com.infoplace.simpledb.DBException

public class DBException
extends Throwable
The class DB and DBTable which implements thedatabase throws this exceptions.


Constructor Index

 o DBException(String)
Creates a exception with the given message string.

Constructors

 o DBException
 public DBException(String msg)
Creates a exception with the given message string.


All Packages  Class Hierarchy  This Package  Previous  Next  Index