Wie kann man Ausnahmen im Programm auffangen?
Exception
Beispiele für automatisch geworfene Exceptions
Checked Exception
Unchecked Exceptions
Wann und wie sollte eine Methode ihre Exceptions ankündigen?
Wie kann man auf eine Exception reagieren?
Exception Handling
Muss eine Methode ihre Exceptions selbst auffangen?
Was sind die Vorteile der Verwendung von Exceptions?
finally-Block
Wo kann eine Exception aufgefangen weden?
Was bedeutet es, eine Exception aufzufangen?
Schlüsselwort "throws"
Schlüsselwort "throw"
Wann sollte man Exceptions nicht verwenden?
Warum sollte man Exceptions (wenn möglich) vermeiden?