model.exceptions
Class ParseGoDateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by model.exceptions.GoException
              extended by model.exceptions.ParseGoDateException
All Implemented Interfaces:
java.io.Serializable

public class ParseGoDateException
extends GoException

See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          UID for serialization
 
Fields inherited from class model.exceptions.GoException
error_message
 
Constructor Summary
ParseGoDateException(java.lang.String date_string)
           
 
Method Summary
 
Methods inherited from class model.exceptions.GoException
getErrorMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
UID for serialization

See Also:
Constant Field Values
Constructor Detail

ParseGoDateException

public ParseGoDateException(java.lang.String date_string)