All Packages Class Hierarchy This Package Previous Next Index
Class bank.util.AccountNotFoundException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----bank.util.NotFoundException
|
+----bank.util.AccountNotFoundException
- public class AccountNotFoundException
- extends NotFoundException
銀行口座が見つからない場合の例外をあらわす
-
AccountNotFoundException()
-
-
AccountNotFoundException(String)
-
AccountNotFoundException
public AccountNotFoundException()
AccountNotFoundException
public AccountNotFoundException(String errorMessage)
All Packages Class Hierarchy This Package Previous Next Index