Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
algodat-12-dm
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
dmeiss2s
algodat-12-dm
Commits
b9961791
Commit
b9961791
authored
12 years ago
by
Daniel Meißner
Browse files
Options
Downloads
Patches
Plain Diff
Added stack trace in lesson 4 exercise 1.
parent
0f514d6a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Aufgabenblatt_4-Aufgabe_1-Exceptions_deklarieren_und_behandeln/src/FileCopy.java
+1
-2
1 addition, 2 deletions
..._1-Exceptions_deklarieren_und_behandeln/src/FileCopy.java
with
1 addition
and
2 deletions
Aufgabenblatt_4-Aufgabe_1-Exceptions_deklarieren_und_behandeln/src/FileCopy.java
+
1
−
2
View file @
b9961791
...
@@ -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
())
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment