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

/frameworks/opt/calendar/src/com/android/calendarcommon2/
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.
608 throw new InvalidFormatException("Missing LHS in " + part);
614 throw new InvalidFormatException("Missing RHS in " + part);
627 throw new InvalidFormatException("Couldn't find parser for " + lhs);
631 throw new InvalidFormatException("Part " + lhs + " was specified twice");
644 throw new InvalidFormatException("Must specify a FREQ value");
650 throw new InvalidFormatException("Must not specify both UNTIL and COUNT: " + recur);
687 throw new InvalidFormatException("Intege
[all...]

Completed in 55 milliseconds