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