Class NoBalanceWithdrawalUIException
java.lang.Object
java.lang.Throwable
java.lang.Exception
pt.tecnico.uilib.menus.CommandException
bank.app.exceptions.NoBalanceWithdrawalUIException
- All Implemented Interfaces:
Serializable
User interface exception invalid withdrawal operations.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class CommandException
toStringMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
NoBalanceWithdrawalUIException
public NoBalanceWithdrawalUIException(double balance, double amount) - Parameters:
balance-amount-
-