Java print exception error message

w‮.ww‬lautturi.com
Java print exception error message
catch(Exception e) {
	System.err.println("There is an error message");  
	System.out.println(e.toString());
}
Created Time:2017-09-23 13:11:40  Author:lautturi