Searched defs:FormatException (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/nfc/
H A DFormatException.java19 public class FormatException extends Exception { class in inherits:Exception
20 public FormatException() { method in class:FormatException
24 public FormatException(String message) { method in class:FormatException
28 public FormatException(String message, Throwable e) { method in class:FormatException
/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DICalendar.java41 public static class FormatException extends Exception { class in class:ICalendar
42 public FormatException() { method in class:ICalendar.FormatException
46 public FormatException(String msg) { method in class:ICalendar.FormatException
50 public FormatException(String msg, Throwable cause) { method in class:ICalendar.FormatException
429 throws FormatException {
444 // FormatException will get thrown.
448 } catch (FormatException fe) {
468 throws FormatException {
484 throw new FormatException("Expected BEGIN");
502 throw new FormatException("Unexpecte
[all...]

Completed in 105 milliseconds