error things
[jalview.git] / forester / java / src / org / forester / application / gsdi.java
index 0ec4958..295e542 100644 (file)
@@ -267,6 +267,9 @@ public final class gsdi {
         catch ( final IOException e ) {
             fatalError( "error", e.toString(), log_writer );
         }
+        catch ( final OutOfMemoryError e ) {
+            ForesterUtil.outOfMemoryError( e );
+        }
         catch ( final Exception e ) {
             e.printStackTrace();
             fatalError( "unexpected error", e.toString(), log_writer );