Class semper.commlayer.CLException
All Packages Class Hierarchy This Package Previous Next Index
Class semper.commlayer.CLException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----semper.commlayer.CLException
- public class CLException
- extends Exception
Generic exception class for the commerce layer.
- Version:
- $Revision: 1.2 $ $Date: 1996/08/29 14:54:18 $
- Author:
- Ulrich Einig ([email protected]), Karsten Riede ([email protected])
-
CLException()
- Constructor.
-
CLException(String)
- Constructor with a message as argument.
-
toString()
- Prepend a label to indicate the service block.
CLException
public CLException()
- Constructor.
long description with pre/post-conditions etc follows here
CLException
public CLException(String error_message)
- Constructor with a message as argument.
long description with pre/post-conditions etc follows here
- Parameters:
- mesg - Exception message
toString
public String toString()
- Prepend a label to indicate the service block.
long description with pre/post-conditions etc follows here
- Returns:
- returns Error status of order methods
- Overrides:
- toString in class Throwable
All Packages Class Hierarchy This Package Previous Next Index