Searched refs:DateException (Results 1 – 4 of 4) sorted by relevance
28 int minutes, int seconds) throws DateException { in verifyDuration()63 } catch (DateException e) { in testParseInvalidStrings()70 } catch (DateException e) { in testParseInvalidStrings()
19 public class DateException extends Exception class21 public DateException(String message) in DateException() method in DateException
47 public void parse(String str) throws DateException in parse()79 throw new DateException ( in parse()122 throw new DateException ( in parse()
60 RecurrenceSet recur) throws DateException { in getLastOccurence()82 RecurrenceSet recur) throws DateException { in getLastOccurence()637 long rangeEndMillis) throws DateException { in expand()736 TreeSet<Long> out) throws DateException { in expand()766 throw new DateException( in expand()802 throw new DateException("bad freq=" + freq); in expand()1099 catch (DateException e) { in expand()