Attributes attributes = manifest.getMainAttributes();
pkgDate = attributes.getValue("Package-Date");
pkgTime = attributes.getValue("Package-Time");
- } catch (IOException e) { }
+ } catch (java.lang.Exception e) { }
Window fullScreenWindow = Viewport.getFullScreenWindow();
if (fullScreenWindow != null)
build = attributes.getValue("Build");
buildDate = attributes.getValue("Package-Date");
buildTime = attributes.getValue("Package-Time");
- } catch (java.io.IOException e) { }
+ } catch (java.lang.Exception e) { }
}
}