Browse Source

errormessage

Rolf Egert 5 years ago
parent
commit
622b20df2b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/ui/view/GUI.java

+ 1 - 0
src/ui/view/GUI.java

@@ -783,6 +783,7 @@ public class GUI implements CategoryListener {
 				}
 				controller.resetCategorys();
 			} catch (Exception e2) {
+				System.out.println(e2.getMessage());
 			}
 
 			tree.repaint();