Java Calendar Component v3.1
www.java-calendar.com

com.imagine.component.calendar.data
Class CalendarPropertyException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.imagine.component.calendar.data.CalendarPropertyException
All Implemented Interfaces:
java.io.Serializable

public class CalendarPropertyException
extends java.lang.RuntimeException

Defines a calendar property exception. This is usually thrown when an invalid value is assigned to a calendar property.

See Also:
Serialized Form

Constructor Summary
CalendarPropertyException(java.lang.String message)
          Constructor for the CalendarPropertyException object.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CalendarPropertyException

public CalendarPropertyException(java.lang.String message)
Constructor for the CalendarPropertyException object.

Parameters:
message - The message associated with this exception.

Java Calendar Component v3.1
www.java-calendar.com