Top Description Fields Constructors
java.awt.color

public Class CMMException

extends RuntimeException
Class Inheritance
Imports
java.io.Serial

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

Field Summary

Modifier and TypeField and Description
private static final long
serialVersionUID

Hides java.lang.RuntimeException.serialVersionUID.

Use serialVersionUID from JDK 1.2 for interoperability.

Constructor Summary

AccessConstructor and Description
public
CMMException(String
the specified detail message, or null
message
)

Constructs a CMMException with the specified detail message.

Field Detail

serialVersionUIDback to summary
private static final long serialVersionUID

Hides java.lang.RuntimeException.serialVersionUID.

Use serialVersionUID from JDK 1.2 for interoperability.

Annotations
@Serial

Constructor Detail

CMMExceptionback to summary
public CMMException(String message)

Constructs a CMMException with the specified detail message.

Parameters
message:String

the specified detail message, or null