Searched refs:InvalidFormatException (Results 1 – 7 of 7) sorted by relevance
150 public static class InvalidFormatException extends RuntimeException { class in EventRecurrence151 InvalidFormatException(String s) { in InvalidFormatException() method in EventRecurrence.InvalidFormatException606 throw new InvalidFormatException("Missing LHS in " + part); in parse()612 throw new InvalidFormatException("Missing RHS in " + part); in parse()625 throw new InvalidFormatException("Couldn't find parser for " + lhs); in parse()629 throw new InvalidFormatException("Part " + lhs + " was specified twice"); in parse()642 throw new InvalidFormatException("Must specify a FREQ value"); in parse()648 throw new InvalidFormatException("Must not specify both UNTIL and COUNT: " + recur); in parse()685 throw new InvalidFormatException("Integer value out of range: " + str); in parseIntRange()689 throw new InvalidFormatException("Invalid integer value: " + str); in parseIntRange()[all …]
52 throws EventRecurrence.InvalidFormatException { in RecurrenceSet()70 throws EventRecurrence.InvalidFormatException { in RecurrenceSet()84 throws EventRecurrence.InvalidFormatException { in RecurrenceSet()90 throws EventRecurrence.InvalidFormatException { in init()146 throws EventRecurrence.InvalidFormatException{ in parseRecurrenceDates()164 throw new EventRecurrence.InvalidFormatException( in parseRecurrenceDates()
19 import com.android.calendarcommon2.EventRecurrence.InvalidFormatException;343 } catch (EventRecurrence.InvalidFormatException e) { in test12()882 } catch (InvalidFormatException ife) { in testBasicParse()
2960 android.icu.impl.InvalidFormatException
26023 Landroid/icu/impl/InvalidFormatException;
2958 android.icu.impl.InvalidFormatException
35660 Landroid/icu/impl/InvalidFormatException;