gleimar 2013-12-20 18:48:49 +00:00
parent a1a683db92
commit f9ef2fb1aa
2 changed files with 6 additions and 3 deletions

View File

@ -196,6 +196,9 @@ public class EditarEstacionController extends MyGenericForwardComposer {
closeWindow(); closeWindow();
} }
} catch (BusinessException ex) {
Clients.alert(ex.getLocalizedMessage(),
Labels.getLabel("editarEstacionController.window.title"), Messagebox.INFORMATION);
} catch (Exception ex) { } catch (Exception ex) {
log.error(ex); log.error(ex);
Clients.alert(Labels.getLabel("MSG.Error"), Clients.alert(Labels.getLabel("MSG.Error"),

View File

@ -1 +1 @@
ADM_20131220_1RC284 ADM_20131220_1RC285