package gutenberg.util; /** * @author <a href="http://twitter.com/aloyer">@aloyer</a> */ public class DimensionFormatException extends Exception { public DimensionFormatException(String message) { super(message); } }