datechooser.model.exeptions
Class IncompatibleDataExeption

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by datechooser.model.exeptions.CalendarModelExeption
              extended by datechooser.model.exeptions.IncompatibleDataExeption
All Implemented Interfaces:
java.io.Serializable

public class IncompatibleDataExeption
extends CalendarModelExeption

Throwed at attempt to set dates not compatible with current model state.
Исключение, возникающее при попытке установить даты, проитворечащие текущему состоянию модели.

Since:
1.0
Author:
Androsov Vadim
See Also:
Serialized Form

Constructor Summary
IncompatibleDataExeption()
           
IncompatibleDataExeption(java.lang.String mess)
           
 
Method Summary
 
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

IncompatibleDataExeption

public IncompatibleDataExeption()

IncompatibleDataExeption

public IncompatibleDataExeption(java.lang.String mess)