All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.certificate.ModuleNotFoundException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----semper.certificate.CertificateManException
                           |
                           +----semper.certificate.ModuleNotFoundException

public class ModuleNotFoundException
extends CertificateManException
This class defines the interface for Exception providing the exceptions thrown by modules.

Author:
Thomas Juergensen ([email protected])

Constructor Index

 o ModuleNotFoundException()
Creates a ModuleNotFoundException
 o ModuleNotFoundException(String)
Create a CertificateManException with a detailed message.

Method Index

 o toString()
Convert to a human-readable form.

Constructors

 o ModuleNotFoundException
 public ModuleNotFoundException()
Creates a ModuleNotFoundException

 o ModuleNotFoundException
 public ModuleNotFoundException(String s)
Create a CertificateManException with a detailed message.

Parameters:
s - the detailed message.

Methods

 o toString
 public String toString()
Convert to a human-readable form.

Returns:
the string in teh exception
Overrides:
toString in class CertificateManException

All Packages  Class Hierarchy  This Package  Previous  Next  Index