src/share/classes/java/awt/color/ProfileDataException.java

Print this page

        

*** 30,39 **** --- 30,41 ---- * processing an ICC_Profile object. */ public class ProfileDataException extends java.lang.RuntimeException { + private static final long serialVersionUID = 7286140888240322498L; + /** * Constructs a ProfileDataException with the specified detail message. * @param s the specified detail message */ public ProfileDataException(String s) {