catch(Exception e) { System.err.println("There is an error message"); System.out.println(e.toString()); }