public class

CMMException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ java.awt.color.CMMException

Class Overview

This exception is thrown if the native CMM returns an error.

Summary

Public Constructors
CMMException(String s)
Constructs a CMMException with the specified detail message.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public CMMException (String s)

Constructs a CMMException with the specified detail message.

Parameters
s the specified detail message