X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fjalview%2Fgui%2FConsole.java;h=4ab7586f19205349f44a7bd8dc9a9bb395a320da;hb=2526066acdc3faf3a178e50672c78e428287e9ef;hp=5f06bad6eb9ca8446598478034d178c091c30a2b;hpb=47168f025aefdaa044802bd5f8f510ffe43a4808;p=jalview.git diff --git a/src/jalview/gui/Console.java b/src/jalview/gui/Console.java index 5f06bad..4ab7586 100644 --- a/src/jalview/gui/Console.java +++ b/src/jalview/gui/Console.java @@ -1,6 +1,6 @@ /* - * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.2) - * Copyright (C) 2014 The Jalview Authors + * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$) + * Copyright (C) $$Year-Rel$$ The Jalview Authors * * This file is part of Jalview. * @@ -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")); } }