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
-
DatabaseException(String)
- Construct a database exception
-
toString()
- Prepend a label to indicate where the exception occured
DatabaseException
public DatabaseException(String msg)
- Construct a database exception
- Parameters:
- msg - String describing the exception.
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