Skip to content
Snippets Groups Projects
Commit b9961791 authored by Daniel Meißner's avatar Daniel Meißner
Browse files

Added stack trace in lesson 4 exercise 1.

parent 0f514d6a
No related branches found
No related tags found
No related merge requests found
...@@ -19,9 +19,8 @@ public class FileCopy { ...@@ -19,9 +19,8 @@ public class FileCopy {
System.out.println("Die Parameterliste beim Programmaufruf sollte sein:"); System.out.println("Die Parameterliste beim Programmaufruf sollte sein:");
System.out.println("java FileCopy quelldatei zieldatei"); System.out.println("java FileCopy quelldatei zieldatei");
return; return;
} catch (Exception e) { } catch (Exception e) {
if ( !"0".equals(e.getMessage()) ) { if ( !"0".equals(e.getMessage()) ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment