Class semper.BApp.FrmWrk.BAExcept
All Packages Class Hierarchy This Package Previous Next Index
Class semper.BApp.FrmWrk.BAExcept
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----semper.BApp.FrmWrk.BAExcept
- public class BAExcept
- extends Exception
Signals that an invalid SEMPER Business Application operation has been
performed.
- Version:
- $Revision: 1.5 $ $Date: 1996/11/25 14:54:06 $
- Author:
- Dimitrios Livas
- See Also:
- FrmWrk
-
app
-
-
BAExcept()
- Constructs a BAExcept with no detail message.
-
BAExcept(BusinessApp)
- Constructs a BAExcept with a specified Business Application
to be used as a refference.
-
BAExcept(BusinessApp, String)
- Constructs a BAExcept with a specified Business Application
to be used as a refference and a detailed message.
-
BAExcept(String)
- Constructs a BAExcept with the specified detail message.
app
public BusinessApp app
BAExcept
public BAExcept()
- Constructs a BAExcept with no detail message.
A detail message is a String that describes this particular exception.
BAExcept
public BAExcept(String s)
- Constructs a BAExcept with the specified detail message.
A detail message is a String that describes this particular exception.
- Parameters:
- s - the String containing a detail message
BAExcept
public BAExcept(BusinessApp app)
- Constructs a BAExcept with a specified Business Application
to be used as a refference.
- Parameters:
- app - the Business Application to be refferenced
BAExcept
public BAExcept(BusinessApp app,
String s)
- Constructs a BAExcept with a specified Business Application
to be used as a refference and a detailed message.
- Parameters:
- app - the Business Application to be refferenced
- s - the String containing a detail message
All Packages Class Hierarchy This Package Previous Next Index