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

com.imagine.component.calendar.selection
Class EmptySelectionNotAllowedException

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

public class EmptySelectionNotAllowedException
extends java.lang.RuntimeException

Thrown when empty selections are not allowed and it is tried to be set an empty selection.

See Also:
Serialized Form

Constructor Summary
EmptySelectionNotAllowedException(java.lang.String message)
          Create a EmptySelectionNotAllowedException exception.
 
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

EmptySelectionNotAllowedException

public EmptySelectionNotAllowedException(java.lang.String message)
Create a EmptySelectionNotAllowedException exception.

Parameters:
message - The message associated.

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