Class semper.crypto.CryptoManException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.crypto.CryptoManException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----semper.crypto.CryptoManException

public class CryptoManException
extends Exception
Implements the exceptions thrown by the crypto block.
Version:
$Revision: 1.4 $ $Date: 1997/01/15 08:14:12 $
Author:
Jesper Drud Nielsen ([email protected])
See Also:
CryptoMan

Constructor Index

 o CryptoManException()
Creates a CryptoManException.
 o CryptoManException(String)
Create a CryptoManException with a detailed message.

Method Index

 o toString()
Convert to a human-readable form

Constructors

 o CryptoManException
  public CryptoManException()
Creates a CryptoManException. No detailed information is given with the exception.
 o CryptoManException
  public CryptoManException(String s)
Create a CryptoManException with a detailed message.
Parameters:
s - the detailed message.

Methods

 o toString
  public String toString()
Convert to a human-readable form
Returns:
the detailed information describing the exception
Overrides:
toString in class Throwable

All Packages  Class Hierarchy  This Package  Previous  Next  Index