Searched refs:InvalidFormatException (Results 1 - 3 of 3) 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...]
H A DRecurrenceSet.java54 throws EventRecurrence.InvalidFormatException {
72 throws EventRecurrence.InvalidFormatException {
86 throws EventRecurrence.InvalidFormatException {
92 throws EventRecurrence.InvalidFormatException {
150 throws EventRecurrence.InvalidFormatException{
168 throw new EventRecurrence.InvalidFormatException(
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
H A DEventRecurrenceTest.java19 import com.android.calendarcommon2.EventRecurrence.InvalidFormatException;
343 } catch (EventRecurrence.InvalidFormatException e) {
882 } catch (InvalidFormatException ife) {

Completed in 555 milliseconds