JAL-1601 patch burial display for prediction loaded to full alignment
[jalview.git] / src / jalview / io / PfamFile.java
index a7faacb..c0abc78 100755 (executable)
@@ -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.
  * 
@@ -23,7 +23,6 @@ package jalview.io;
 import java.io.*;
 import java.util.*;
 
-
 import jalview.datamodel.*;
 import jalview.util.*;
 
@@ -101,7 +100,7 @@ public class PfamFile extends AlignFile
 
     if (noSeqs < 1)
     {
-      throw new IOException("No sequences found (PFAM input)");
+      throw new IOException(MessageManager.getString("exception.pfam_no_sequences_found"));
     }
 
     for (i = 0; i < headers.size(); i++)