Class semper.archive.ArchiveObjNotFoundException
All Packages Class Hierarchy This Package Previous Next Index
Class semper.archive.ArchiveObjNotFoundException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----semper.archive.ArchiveManException
|
+----semper.archive.ArchiveObjNotFoundException
- public class ArchiveObjNotFoundException
- extends ArchiveManException
An exception class for signalling that an object has not been found
in the archive.
- Version:
- $Revision: 1.3 $ $Date: 1996/12/05 10:26:58 $
- Author:
- Marc Mazoue ([email protected])
-
ArchiveObjNotFoundException()
- Creates an ArchiveObjNotFoundException
-
ArchiveObjNotFoundException(String)
- Creates an ArchiveObjNotFoundException with a message.
-
toString()
- Prepend a label to indicate where the exception occured
ArchiveObjNotFoundException
public ArchiveObjNotFoundException()
- Creates an ArchiveObjNotFoundException
ArchiveObjNotFoundException
public ArchiveObjNotFoundException(String s)
- Creates an ArchiveObjNotFoundException with a message.
- Parameters:
- the - message String
toString
public String toString()
- Prepend a label to indicate where the exception occured
- Returns:
- a String describing the exception
- Overrides:
- toString in class ArchiveManException
All Packages Class Hierarchy This Package Previous Next Index