OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InvalidFormatException
(Results
1 - 10
of
10
) sorted by null
/cts/tests/tests/calendarcommon/src/com/android/calendarcommon2/
EventRecurrence.java
24
public static class
InvalidFormatException
extends RuntimeException {
25
InvalidFormatException
(String s) {
RecurrenceSet.java
28
throws EventRecurrence.
InvalidFormatException
{
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/login/
DefaultConfigParserTest.java
40
import org.apache.harmony.auth.login.DefaultConfigurationParser.
InvalidFormatException
;
164
fail("no expected
InvalidFormatException
" + i);
167
} catch (DefaultConfigurationParser.
InvalidFormatException
e) {
175
InvalidFormatException
ife = new
InvalidFormatException
("message");
182
DefaultConfigurationParser.
InvalidFormatException
ife1 = new DefaultConfigurationParser.
InvalidFormatException
("message");
/frameworks/opt/calendar/src/com/android/calendarcommon2/
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
...]
RecurrenceSet.java
54
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/
EventRecurrenceTest.java
19
import com.android.calendarcommon2.EventRecurrence.
InvalidFormatException
;
343
} catch (EventRecurrence.
InvalidFormatException
e) {
[
all
...]
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarInstancesHelper.java
265
} catch (EventRecurrence.
InvalidFormatException
e) {
[
all
...]
CalendarProvider2.java
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 88 milliseconds