Uses of Interface
me.mjolnir.mineconomy.exceptions.MCException

Packages that use MCException
me.mjolnir.mineconomy.exceptions   
 

Uses of MCException in me.mjolnir.mineconomy.exceptions
 

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