BadColorProfileException
277278279280281282283284
} try { return ICC_Profile.getInstance( iccProfileData ); } catch ( IllegalArgumentException e ) { throw new BadColorProfileException( imageInfo.getFile().getName() ); } }
7475767778798081
return null; try { return ICC_Profile.getInstance( iccProfileData ); } catch ( IllegalArgumentException e ) { throw new BadColorProfileException( null ); } }