All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JBMSTours.BudgetException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----JBMSTours.BudgetException

public class BudgetException
extends Exception
Look at the Source.

The application throws this exception if the proposed customer object is out of the customer's budget.


Constructor Index

 o BudgetException()
Constructor
 o BudgetException(CustomerFlight)
Constructor
 o BudgetException(HotelStay)
Constructor

Constructors

 o BudgetException
 public BudgetException()
Constructor

 o BudgetException
 public BudgetException(HotelStay hs)
Constructor

 o BudgetException
 public BudgetException(CustomerFlight cs)
Constructor


All Packages  Class Hierarchy  This Package  Previous  Next  Index