Class semper.archive.DatabaseException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.archive.DatabaseException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----semper.archive.DatabaseException

public class DatabaseException
extends Exception
A database exception is thrown when there is an error in the database.
Version:
1.0, 07/05/96
Author:
Peter Bosch, CWI

Constructor Index

 o DatabaseException(String)
Construct a database exception

Method Index

 o toString()
Prepend a label to indicate where the exception occured

Constructors

 o DatabaseException
  public DatabaseException(String msg)
Construct a database exception
Parameters:
msg - String describing the exception.

Methods

 o toString
  public String toString()
Prepend a label to indicate where the exception occured
Returns:
String describing the exception.
Overrides:
toString in class Throwable

All Packages  Class Hierarchy  This Package  Previous  Next  Index