JAL-2047 JAL-1919 fixed empty tooltip text when a cell in PDB Search and Structure...
[jalview.git] / src / jalview / ext / jmol / JmolParser.java
index 3280471..0cbd620 100644 (file)
@@ -277,9 +277,15 @@ public class JmolParser extends StructureFile implements JmolStatusListener
     {
       if (secstr[p] >= 'A' && secstr[p] <= 'z')
       {
+        try
+        {
         asecstr[p] = new Annotation(String.valueOf(secstr[p]), null,
                 secstrcode[p], Float.NaN);
         ssFound = true;
+        } catch (Exception e)
+        {
+          // e.printStackTrace();
+        }
       }
     }