scheduler.db
Class Time.InvalidInputException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by scheduler.db.Time.InvalidInputException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Time

public class Time.InvalidInputException
extends java.lang.RuntimeException

Invalid input exception thrown in the set methods.

See Also:
Serialized Form

Constructor Summary
Time.InvalidInputException()
           
 
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

Time.InvalidInputException

public Time.InvalidInputException()