gov.noaa.pmel.util
Class IllegalTimeValue

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by gov.noaa.pmel.util.IllegalTimeValue
All Implemented Interfaces:
java.io.Serializable

public class IllegalTimeValue
extends java.lang.Exception

The specified time was unreadable or illegal.

Version:
$Revision$, $Date$
Author:
Don Denbo
See Also:
Serialized Form

Constructor Summary
IllegalTimeValue()
           
IllegalTimeValue(java.lang.String s)
           
 
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

IllegalTimeValue

public IllegalTimeValue()

IllegalTimeValue

public IllegalTimeValue(java.lang.String s)