Searched defs:InvalidFormatException (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/calendar/src/com/android/calendarcommon/
H A DEventRecurrence.java152 public static class InvalidFormatException extends RuntimeException { class in class:EventRecurrence
153 InvalidFormatException(String s) { method in class:EventRecurrence.InvalidFormatException
522 * malformed input will result in an EventRecurrence.InvalidFormatException.
604 throw new InvalidFormatException("Missing LHS in " + part);
610 throw new InvalidFormatException("Missing RHS in " + part);
623 throw new InvalidFormatException("Couldn't find parser for " + lhs);
627 throw new InvalidFormatException("Part " + lhs + " was specified twice");
640 throw new InvalidFormatException("Must specify a FREQ value");
646 throw new InvalidFormatException("Must not specify both UNTIL and COUNT: " + recur);
683 throw new InvalidFormatException("Intege
[all...]

Completed in 31 milliseconds