JAL-1355
[jalview.git] / src / jalview / gui / Console.java
index 5f06bad..ea7e539 100644 (file)
@@ -501,8 +501,7 @@ public class Console extends WindowAdapter implements WindowListener,
       } catch (InterruptedException ie)
       {
       }
-      throw new NullPointerException(
-              "Application test: throwing an NullPointerException It should arrive at the console");
+      throw new NullPointerException(MessageManager.getString("exception.application_test_npe"));
     }
   }