All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.certappl.CCertApplException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----semper.certappl.CCertApplException

public class CCertApplException
extends Exception
Implements the exceptions needed by the certification application at client site.


Constructor Index

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

Method Index

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

Constructors

 o CCertApplException
 public CCertApplException()
Creates a CCertApplException..

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

Parameters:
s - the detailed message.

Methods

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

Returns:
the message describing the exception
Overrides:
toString in class Throwable

All Packages  Class Hierarchy  This Package  Previous  Next  Index