Added required annotation validator
This commit is contained in:
parent
02cb20f16f
commit
c8905bfabf
4 changed files with 40 additions and 3 deletions
|
|
@ -217,6 +217,7 @@ public class GDXAppTos4Activator implements BundleActivator {
|
|||
systemWarpShip.loadBundles(context, registratedSeas);
|
||||
} catch (BundleException e) {
|
||||
e.printStackTrace();
|
||||
systemGdxTerminal.selectScreen(GDXAppTos4BootScreen.class);
|
||||
bootScreen.bootLineError("ERROR: "+e.getMessage());
|
||||
startError = true;
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue