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

  /frameworks/base/core/java/android/nfc/
FormatException.java 19 public class FormatException extends Exception {
20 public FormatException() {
24 public FormatException(String message) {
28 public FormatException(String message, Throwable e) {
  /frameworks/base/core/java/android/nfc/tech/
NdefFormatable.java 20 import android.nfc.FormatException;
92 * @throws FormatException if the NDEF Message to write is malformed
94 public void format(NdefMessage firstMessage) throws IOException, FormatException {
114 * @throws FormatException if the NDEF Message to write is malformed
116 public void formatReadOnly(NdefMessage firstMessage) throws IOException, FormatException {
121 FormatException {
134 throw new FormatException();
153 throw new FormatException();
Ndef.java 20 import android.nfc.FormatException;
264 * @throws FormatException if the NDEF Message on the tag is malformed
266 public NdefMessage getNdefMessage() throws IOException, FormatException {
302 * @throws FormatException if the NDEF Message to write is malformed
304 public void writeNdefMessage(NdefMessage msg) throws IOException, FormatException {
321 throw new FormatException();
  /frameworks/opt/calendar/src/com/android/calendarcommon/
ICalendar.java 41 public static class FormatException extends Exception {
42 public FormatException() {
46 public FormatException(String msg) {
50 public FormatException(String msg, Throwable cause) {
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("Unexpected END " + componentName)
    [all...]
  /external/zxing/core/
core.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 1136 milliseconds