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