All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class bank.util.OverWithdrawException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----bank.util.OverWithdrawException

public class OverWithdrawException
extends Exception
引き出し金額が残高よりも多い場合の例外をあらわす


Constructor Index

 o OverWithdrawException()
 o OverWithdrawException(String)

Constructors

 o OverWithdrawException
 public OverWithdrawException()
 o OverWithdrawException
 public OverWithdrawException(String errorMessage)

All Packages  Class Hierarchy  This Package  Previous  Next  Index