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

1 2

  /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;
91 * @throws FormatException if the NDEF Message to write is malformed
93 public void format(NdefMessage firstMessage) throws IOException, FormatException {
113 * @throws FormatException if the NDEF Message to write is malformed
115 public void formatReadOnly(NdefMessage firstMessage) throws IOException, FormatException {
120 FormatException {
133 throw new FormatException();
152 throw new FormatException();
Ndef.java 20 import android.nfc.FormatException;
263 * @throws FormatException if the NDEF Message on the tag is malformed
265 public NdefMessage getNdefMessage() throws IOException, FormatException {
303 * @throws FormatException if the NDEF Message to write is malformed
305 public void writeNdefMessage(NdefMessage msg) throws IOException, FormatException {
322 throw new FormatException();
  /frameworks/opt/calendar/src/com/android/calendarcommon2/
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 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/jdk/jdk8/darwin-x86/lib/
ct.sym 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/
rt.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
ct.sym 
  /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/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 2036 milliseconds

1 2