Home | History | Annotate | Download | only in calendarcommon2

Lines Matching refs:DateException

58      * @throws DateException
61 RecurrenceSet recur) throws DateException {
80 * @throws DateException
83 RecurrenceSet recur) throws DateException {
633 * @throws DateException
639 long rangeEndMillis) throws DateException {
719 * you'll get a DateException.
730 * @throws DateException
738 TreeSet<Long> out) throws DateException {
768 throw new DateException(
804 throw new DateException("bad freq=" + freq);
1115 catch (DateException e) {
1116 Log.w(TAG, "DateException with r=" + r + " rangeStart=" + rangeStartDateValue