JAL-1683 replace year/version strings with tokens in source
[jalview.git] / src / jalview / ws / jws1 / Annotate3D.java
index 465c5fc..3e9c73a 100644 (file)
@@ -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.
  * 
@@ -25,6 +25,7 @@ import jalview.datamodel.AlignmentI;
 import jalview.io.FileParse;
 import jalview.io.FormatAdapter;
 import jalview.io.InputStreamParser;
+import jalview.util.MessageManager;
 
 import java.io.BufferedReader;
 import java.io.FileReader;
@@ -105,8 +106,7 @@ public class Annotate3D
       }
       else
       {
-        throw new IOException(
-                "Unexpected exception when handling RNAML translation of PDB data",
+        throw new IOException(MessageManager.getString("exception.unexpected_handling_rnaml_translation_for_pdb"),
                 x);
       }
     }