Class MyException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----MyException
- class MyException
- extends Exception
Klasse: MyExceptions.
Leitet meine Exceptions weiter.
-
MyException(String)
- Konstruktor: MyExceptions.
MyException
MyException(String s)
- Konstruktor: MyExceptions.
- Parameters:
- String - s: zu werfende Fehlermeldung.