Package me.mjolnir.mineconomy.exceptions

Interface Summary
MCException Interface for standard MineConomy Exceptions.
 

Exception Summary
AccountNameConflictException Thrown when two accounts have the same name.
BankNameConflictException Thrown when there is a conflict of bank names.
DivideByZeroException Thrown when a specified number can not be zero.
FormatException Thrown when there is no account with the given name.
InsufficientFundsException Thrown when an account does not have enough money to take away.
MaxDebtException Thrown when balance is set below maximum amount of debt.
NaturalNumberException Thrown when a specified number can not be negative or zero.
NoAccountException Thrown when there is no account with the given name.
NoBankException Thrown when the requested bank could not be found.
NoCurrencyException Thrown when the currency requested could not be found.
NoCurrencyIdException Thrown when the currency id requested could not be found.