ItEr59S08CUAsignacionRecursosLimitantesItEr58S10: Fix bug error on showing 'limiting resource allocation' window (scenarios)
This commit is contained in:
parent
c6332e37d5
commit
28844f8b5f
1 changed files with 1 additions and 7 deletions
|
|
@ -132,13 +132,7 @@ public class LimitingResourcesController extends GenericForwardComposer {
|
|||
|
||||
addCommands(limitingResourcesPanel);
|
||||
} catch (IllegalArgumentException e) {
|
||||
try {
|
||||
e.printStackTrace();
|
||||
Messagebox.show(_("Limiting resources error") + e, _("Error"),
|
||||
Messagebox.OK, Messagebox.ERROR);
|
||||
} catch (InterruptedException o) {
|
||||
throw new RuntimeException(e);
|
||||
}
|
||||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue