org.jfree.data.time

Class TimePeriodFormatException


public class TimePeriodFormatException
extends IllegalArgumentException

An exception that indicates an invalid format in a string representing a time period.

Constructor Summary

TimePeriodFormatException(String message)
Creates a new exception.

Constructor Details

TimePeriodFormatException

public TimePeriodFormatException(String message)
Creates a new exception.
Parameters:
message - a message describing the exception.