Uses of Class
com.deltax.util.TimeIntervalFormatException

Packages that use TimeIntervalFormatException
com.deltax.util Old generic utlities package.  
 

Uses of TimeIntervalFormatException in com.deltax.util
 

Methods in com.deltax.util that throw TimeIntervalFormatException
static TimeInterval TimeInterval.parse(java.lang.String s)
          Parses a time interval formatted description and returns the corresponding TimeInterval object See class comment for information on the format.
 

Constructors in com.deltax.util that throw TimeIntervalFormatException
TimeInterval(java.lang.String s)
          Creates a TimeInterval parsing a formatted specification.