[LIB-9] AssertionError in utils and constants classes
[chesshog.git] / chesshog-dbetude / src / main / java / org / hedgecode / chess / EtudeConstants.java
index 81570ab..4318426 100644 (file)
@@ -29,7 +29,7 @@ public final class EtudeConstants {
 
     private EtudeConstants() {
         throw new AssertionError(
-                "No org.hedgecode.chess.EtudeConstants instances!"
+                String.format("No %s instances!", getClass().getName())
         );
     }