Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
programmierung:exceptions [2024/08/30 15:28] sweprogrammierung:exceptions [2025/12/20 14:53] (current) – external edit 127.0.0.1
Line 21: Line 21:
  
 (Natürlich ist im Beispiel nach durchlaufen des Codes das Programm beendet. Aber eben normal beendet. Das Programm ist nicht abgestürzt) (Natürlich ist im Beispiel nach durchlaufen des Codes das Programm beendet. Aber eben normal beendet. Das Programm ist nicht abgestürzt)
-<code java  [enable_line_numbers="true",highlight_lines_extra="0",enable_keyword_links="false"]| File.java>+<code java  [enable_line_numbers="true",highlight_lines_extra="0",enable_keyword_links="false"]>
  
 public class ExceptionExample { public class ExceptionExample {