inprogress
[jalview.git] / forester / java / src / org / forester / evoinference / matrix / character / CharacterStateMatrix.java
index 8d0af11..8a811bb 100644 (file)
@@ -128,7 +128,7 @@ public interface CharacterStateMatrix<S> {
                 case UNKNOWN:
                     return "?";
             }
-            throw new AssertionError( "unknown state: " + this );
+            throw new RuntimeException( "unknown state: " + this );
         }
     }