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