com.mcgath.jhove.module.png.PNGException Maven / Gradle / Ivy
package com.mcgath.jhove.module.png;
/** Exception class specific to the PNG module */
public class PNGException extends Exception {
/**
* Just to keep the compiler happy
*/
private static final long serialVersionUID = 1L;
public PNGException (String msg) {
super (msg);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy