X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Futil%2FAWTConsole.java;h=871b4806e86f8b7b0c55f74129c1c0e6ade7235d;hb=6d99314092924e480a7031e40745059dab10c58c;hp=9aaa307be6c0d4a279491bb68db1c145c562dea4;hpb=47168f025aefdaa044802bd5f8f510ffe43a4808;p=jalview.git diff --git a/src/jalview/util/AWTConsole.java b/src/jalview/util/AWTConsole.java index 9aaa307..871b480 100644 --- a/src/jalview/util/AWTConsole.java +++ b/src/jalview/util/AWTConsole.java @@ -223,8 +223,7 @@ public class AWTConsole 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")); } }