FileDocCategorySizeDatePackage
ProfileDataException.javaAPI DocAndroid 1.5 API1490Wed May 06 22:41:54 BST 2009java.awt.color

ProfileDataException

public class ProfileDataException extends RuntimeException
The ProfileDataException class represents an error which occurs while accessing or processing an ICC_Profile object.
since
Android 1.0

Fields Summary
private static final long
serialVersionUID
The Constant serialVersionUID.
Constructors Summary
public ProfileDataException(String s)
Instantiates a new profile data exception with detailed message.

param
s the detailed message of the exception.


                                      
       
        super(s);
    
Methods Summary