Uses of Class
gov.noaa.pmel.util.IllegalTimeValue

Packages that use IllegalTimeValue
gov.noaa.pmel.util Contains date and time facilities and miscellaneous utility classes. 
 

Uses of IllegalTimeValue in gov.noaa.pmel.util
 

Methods in gov.noaa.pmel.util that throw IllegalTimeValue
 void GeoDate.set(int mon, int day, int year, int hour, int min, int sec, int msec)
          Change value of GeoDate from values.
 

Constructors in gov.noaa.pmel.util that throw IllegalTimeValue
GeoDate(int mon, int day, int year, int hour, int min, int sec, int msec)
          Construct a new GeoDate from values.
GeoDate(java.lang.String time, java.lang.String format)
          Construct a new GeoDate from a String.