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
引き出し金額が残高よりも多い場合の例外をあらわす
-
OverWithdrawException()
-
-
OverWithdrawException(String)
-
OverWithdrawException
public OverWithdrawException()
OverWithdrawException
public OverWithdrawException(String errorMessage)
All Packages Class Hierarchy This Package Previous Next Index