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