public class

TimePeriodFormatException

extends IllegalArgumentException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ java.lang.IllegalArgumentException
           ↳ org.jfree.data.time.TimePeriodFormatException

Class Overview

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

Summary

Public Constructors
TimePeriodFormatException(String message)
Creates a new exception.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public TimePeriodFormatException (String message)

Creates a new exception.

Parameters
message a message describing the exception.