Class NegativeAmountException

All Implemented Interfaces:
Serializable

public class NegativeAmountException extends BankAccountException
Exception for negative amounts.
See Also:
Serialized Form
  • Constructor Details

    • NegativeAmountException

      public NegativeAmountException(int account, double amount)
      Parameters:
      account -
      amount -
  • Method Details

    • getAmount

      public double getAmount()
      Returns:
      the negative amount