[LIB-9] AssertionError in utils and constants classes
[chesshog.git] / chesshog-graphics / src / main / java / org / hedgecode / chess / img / ImageConstants.java
index d197d47..4d18ad9 100644 (file)
@@ -37,7 +37,7 @@ public final class ImageConstants {
 
     private ImageConstants() {
         throw new AssertionError(
-                "No ImageConstants instances!"
+                String.format("No %s instances!", getClass().getName())
         );
     }