net.sf.jagzilla.exceptions
Class DateInFutureException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.sf.jagzilla.exceptions.JagzillaException
              extended bynet.sf.jagzilla.exceptions.DateInFutureException
All Implemented Interfaces:
java.io.Serializable

public class DateInFutureException
extends JagzillaException

exception that indicates that a date received references a time instance in the future when it should not.

Author:
mgriffa
See Also:
Serialized Form

Constructor Summary
DateInFutureException()
           
 
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

DateInFutureException

public DateInFutureException()


Distributed under the GPL. By Miguel Griffa. See the Jagzilla project page for more info.