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])
-
ModuleNotFoundException()
- Creates a ModuleNotFoundException
-
ModuleNotFoundException(String)
- Create a CertificateManException with a detailed message.
-
toString()
- Convert to a human-readable form.
ModuleNotFoundException
public ModuleNotFoundException()
- Creates a ModuleNotFoundException
ModuleNotFoundException
public ModuleNotFoundException(String s)
- Create a CertificateManException with a detailed message.
- Parameters:
- s - the detailed message.
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