Class semper.payment.NotApplicable
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.payment.NotApplicable

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----semper.payment.PaymentServiceException
                           |
                           +----semper.payment.NotApplicable

public class NotApplicable
extends PaymentServiceException
This exception is used in getter methods where the attribute accessed is not applicable in the current context. For example, the "isRegistered()" method in the Purse class is not applicable to all Purses.
Version:
$Revision: 1.1 $ $Date: 1997/02/25 10:52:40 $
Author:
N. Asokan ([email protected])

Constructor Index

 o NotApplicable()
Constructor.
 o NotApplicable(String)
Constructor with a message as argument.

Constructors

 o NotApplicable
  public NotApplicable()
Constructor.
 o NotApplicable
  public NotApplicable(String mesg)
Constructor with a message as argument.
Parameters:
mesg - message

All Packages  Class Hierarchy  This Package  Previous  Next  Index