[LIB-9] AssertionError in utils and constants classes
[chesshog.git] / chesshog-uci / src / main / java / org / hedgecode / chess / uci / UCIConstants.java
index 1fb5004..415be72 100644 (file)
@@ -58,7 +58,7 @@ public final class UCIConstants {
 
     private UCIConstants() {
         throw new AssertionError(
-                "No UCIConstants instances!"
+                String.format("No %s instances!", getClass().getName())
         );
     }