public class

ProfileDataException

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

Class Overview

This exception is thrown when an error occurs in accessing or processing an ICC_Profile object.

Summary

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

Public Constructors

public ProfileDataException (String s)

Constructs a ProfileDataException with the specified detail message.

Parameters
s the specified detail message