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

CMMException

public class CMMException extends RuntimeException
The CMMException is thrown as soon as a native CMM error occurs.
since
Android 1.0

Fields Summary
private static final long
serialVersionUID
The Constant serialVersionUID.
Constructors Summary
public CMMException(String s)
Instantiates a new CMM exception with detail message.

param
s the detail message of the exception.


                                     
        
        super (s);
    
Methods Summary