Class MyException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----MyException

class MyException
extends Exception
Klasse: MyExceptions. Leitet meine Exceptions weiter.


Constructor Index

 o MyException(String)
Konstruktor: MyExceptions.

Constructors

 o MyException
 MyException(String s)
Konstruktor: MyExceptions.

Parameters:
String - s: zu werfende Fehlermeldung.