HomeSort by relevance Sort by last modified time
    Searched defs:InvalidFormatException (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/calendar/src/com/android/calendarcommon/
EventRecurrence.java 152 public static class InvalidFormatException extends RuntimeException {
153 InvalidFormatException(String s) {
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("Integer value out of range: " + str)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 1265 milliseconds