Merge branch 'bug/JAL-1923_290b2_group_annots' into Release_2_9_0b1_Branch
[jalview.git] / src / jalview / ws / jws2 / dm / JabaOption.java
index f29b6ed..9d63444 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 2.9.0b1)
+ * Copyright (C) 2015 The Jalview Authors
  * 
  * This file is part of Jalview.
  * 
@@ -20,6 +20,7 @@
  */
 package jalview.ws.jws2.dm;
 
+import jalview.util.MessageManager;
 import jalview.ws.jws2.ParameterUtils;
 import jalview.ws.params.OptionI;
 
@@ -95,7 +96,8 @@ public class JabaOption implements jalview.ws.params.OptionI
     {
       e.printStackTrace();
       throw new Error(
-              "Implementation error: cannot set Jaba Option to a value outside its allowed value range!");
+              MessageManager
+                      .getString("error.implementation_error_cannot_set_jaba_option"));
     }
   }