Uses of Package
me.mjolnir.mineconomy.exceptions

Packages that use me.mjolnir.mineconomy.exceptions
me.mjolnir.mineconomy.exceptions   
 

Classes in me.mjolnir.mineconomy.exceptions used by me.mjolnir.mineconomy.exceptions
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.
MCException
          Interface for standard MineConomy Exceptions.
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.