FileDocCategorySizeDatePackage
CMMException.javaAPI DocJava SE 5 API1311Fri Aug 26 14:56:46 BST 2005java.awt.color

CMMException

public class CMMException extends RuntimeException
This exception is thrown if the native CMM returns an error.

Fields Summary
Constructors Summary
public CMMException(String s)
Constructs a CMMException with the specified detail message.

param
s the specified detail message

        super (s);
    
Methods Summary