org.jfree.data

Class UnknownKeyException

public class UnknownKeyException extends IllegalArgumentException

An exception that indicates an unknown key value.
Constructor Summary
UnknownKeyException(String message)
Creates a new exception.

Constructor Detail

UnknownKeyException

public UnknownKeyException(String message)
Creates a new exception.

Parameters: message a message describing the exception.