403404405406407408409410411412413
if (!handleStore()) return; try { new PassportTest().handleAction(new PassportHandleImpl(getConfig())); } catch (ApplicationException ae) { GUI.getStatusBar().setErrorText(ae.getMessage()); }