summaryrefslogtreecommitdiffstats
path: root/Dozentenmodul/src/gui/image/FTPSearchDownloader_GUI.java
diff options
context:
space:
mode:
authorMichael Wilson2014-08-19 16:31:17 +0200
committerMichael Wilson2014-08-19 16:31:17 +0200
commit73fbb8e846133b49030151ccfe6c5ae8d17446c1 (patch)
treeb3a8173d07877a6c5f75ce8128084f424bcb80a5 /Dozentenmodul/src/gui/image/FTPSearchDownloader_GUI.java
parentgfdgfsd (diff)
downloadtutor-module-73fbb8e846133b49030151ccfe6c5ae8d17446c1.tar.gz
tutor-module-73fbb8e846133b49030151ccfe6c5ae8d17446c1.tar.xz
tutor-module-73fbb8e846133b49030151ccfe6c5ae8d17446c1.zip
Debugfenster korrigiert
Diffstat (limited to 'Dozentenmodul/src/gui/image/FTPSearchDownloader_GUI.java')
-rw-r--r--Dozentenmodul/src/gui/image/FTPSearchDownloader_GUI.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/Dozentenmodul/src/gui/image/FTPSearchDownloader_GUI.java b/Dozentenmodul/src/gui/image/FTPSearchDownloader_GUI.java
index eade0d2c..7898beb6 100644
--- a/Dozentenmodul/src/gui/image/FTPSearchDownloader_GUI.java
+++ b/Dozentenmodul/src/gui/image/FTPSearchDownloader_GUI.java
@@ -95,7 +95,7 @@ public class FTPSearchDownloader_GUI extends JFrame implements PropertyChangeLis
// TODO Auto-generated catch block
e1.printStackTrace();
JOptionPane.showMessageDialog(null,
- e1.getCause()+"\n"+e1.getMessage(),
+ e1.getCause()+"\n"+e1.getStackTrace(),
"Debug-Message", JOptionPane.ERROR_MESSAGE);
}
task.cancel(true);
@@ -369,7 +369,7 @@ public class FTPSearchDownloader_GUI extends JFrame implements PropertyChangeLis
// TODO Auto-generated catch block
e1.printStackTrace();
JOptionPane.showMessageDialog(null,
- e1.getCause()+"\n"+e1.getMessage(),
+ e1.getCause()+"\n"+e1.getStackTrace(),
"Debug-Message", JOptionPane.ERROR_MESSAGE);
}
}
@@ -415,7 +415,7 @@ public class FTPSearchDownloader_GUI extends JFrame implements PropertyChangeLis
// TODO Auto-generated catch block
e.printStackTrace();
JOptionPane.showMessageDialog(null,
- e.getCause()+"\n"+e.getMessage(),
+ e.getCause()+"\n"+e.getStackTrace(),
"Debug-Message", JOptionPane.ERROR_MESSAGE);
}