I have the following problem. I use XDEV Rapidclipse. I would like to issue a notification.show if an exception flies.
Example
EntitiyDAO dao = new EntitiyDAO();
dao.remove(table.getSelectedItem().getBean());
I would like to call, but this is an exception. I would like to now show in the program a error message, whenever this exception flies
Thanks