Searched refs:ProfileDataException (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/java2d/cmm/
H A DProfileActivator.java28 import java.awt.color.ProfileDataException;
39 public void activate() throws ProfileDataException;
H A DProfileDeferralMgr.java28 import java.awt.color.ProfileDataException;
96 } catch (ProfileDataException e) {
/openjdk7/jdk/src/share/classes/java/awt/color/
H A DProfileDataException.java33 public class ProfileDataException extends java.lang.RuntimeException { class in inherits:java.lang.RuntimeException
36 * Constructs a ProfileDataException with the specified detail message.
39 public ProfileDataException(String s) { method in class:ProfileDataException
H A DICC_Profile.java741 public void activate() throws ProfileDataException {
1083 void activateDeferredProfile() throws ProfileDataException {
1102 throw new ProfileDataException("Cannot open file " + fileName);
1109 ProfileDataException pde = new
1110 ProfileDataException("Invalid ICC Profile Data" + fileName);
1115 throw new ProfileDataException("Invalid ICC Profile Data" +
1121 ProfileDataException pde = new
1122 ProfileDataException("Invalid ICC Profile Data" + fileName);
1447 * @throws ProfileDataException if color space is in the profile
1536 throw new ProfileDataException ("invali
[all...]
/openjdk7/jdk/test/sun/java2d/cmm/ColorConvertOp/
H A DColorConvertTest.java27 * @summary Checking that color conversion with CMM doesn't crash or throw ProfileDataException
46 } catch (ProfileDataException ex) {
/openjdk7/jdk/src/share/classes/sun/java2d/cmm/lcms/
H A DLCMSTransform.java39 import java.awt.color.ProfileDataException;

Completed in 76 milliseconds