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])

Constructor Index

 o ArchiveObjNotFoundException()
Creates an ArchiveObjNotFoundException
 o ArchiveObjNotFoundException(String)
Creates an ArchiveObjNotFoundException with a message.

Method Index

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

Constructors

 o ArchiveObjNotFoundException
  public ArchiveObjNotFoundException()
Creates an ArchiveObjNotFoundException
 o ArchiveObjNotFoundException
  public ArchiveObjNotFoundException(String s)
Creates an ArchiveObjNotFoundException with a message.
Parameters:
the - message String

Methods

 o 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