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.3 $ $Date: 1996/07/22 17:24:23 $
Author:
Dimitrios Livas
See Also:
FrmWrk

Variable Index

 o app

Constructor Index

 o BAExcept()
Constructs a BAExcept with no detail message.
 o BAExcept(BusinessApp)
Constructs a BAExcept with a specified Business Application to be used as a refference.
 o BAExcept(BusinessApp, String)
Constructs a BAExcept with a specified Business Application to be used as a refference and a detailed message.
 o BAExcept(String)
Constructs a BAExcept with the specified detail message.

Variables

 o app
  public BusinessApp app

Constructors

 o BAExcept
  public BAExcept()
Constructs a BAExcept with no detail message. A detail message is a String that describes this particular exception.
 o 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
 o 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
 o 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