story.scheherazade.exceptions
Class IllegalStateTime

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by story.dbcore.exceptions.Scheherexception
              extended by story.scheherazade.exceptions.IllegalStateTime
All Implemented Interfaces:
java.io.Serializable

public class IllegalStateTime
extends Scheherexception

The system could not parse a StateTime from a string.

See Also:
Serialized Form

Constructor Summary
IllegalStateTime(java.lang.String message)
          Constructor for other illegal state time situations
IllegalStateTime(java.lang.String badInput, java.lang.String message)
          Constructor for parsing StateTime from text input
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalStateTime

public IllegalStateTime(java.lang.String badInput,
                        java.lang.String message)
Constructor for parsing StateTime from text input


IllegalStateTime

public IllegalStateTime(java.lang.String message)
Constructor for other illegal state time situations



Copyright © 2011 David K. Elson. All Rights Reserved.