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