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

Class semper.archive.ArchiveOverwriteException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----semper.archive.ArchiveManException
                           |
                           +----semper.archive.ArchiveOverwriteException

public class ArchiveOverwriteException
extends ArchiveManException
An exception class for signalling an object overwrite tentative in the archive.
Version:
$Revision: 1.3 $ $Date: 1996/12/05 10:27:59 $
Author:
Marc Mazoue ([email protected])

Constructor Index

 o ArchiveOverwriteException()
Creates an ArchiveOverwriteException
 o ArchiveOverwriteException(String)
Creates an ArchiveOverwriteException with a textual message.

Method Index

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

Constructors

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

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