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.2 $ $Date: 1996/11/15 09:42:14 $
- Author:
- Marc Mazoue ([email protected])
-
ArchiveObjNotFoundException()
- Creates an ArchiveObjNotFoundException
-
ArchiveObjNotFoundException(String)
- Creates an ArchiveObjNotFoundException with a textual message.
-
toString()
- Converts the exception to a human-readable form
ArchiveObjNotFoundException
public ArchiveObjNotFoundException()
- Creates an ArchiveObjNotFoundException
ArchiveObjNotFoundException
public ArchiveObjNotFoundException(String s)
- Creates an ArchiveObjNotFoundException with a textual message.
- Parameters:
- s - the textual message.
toString
public String toString()
- Converts the exception to a human-readable form
- Overrides:
- toString in class ArchiveManException
All Packages Class Hierarchy This Package Previous Next Index