Added in API level 9
  
  
  
  
  
  
  
  
  
   
  
  
  
  
  
   
  
  
  
  
  
  
  
  
Summary:
  Ctors
  
  | Inherited Methods
FormatException
  public
  
  
  
  class
  FormatException
  
  
  
  
  
  
  
    extends Exception
  
  
  
  
  
  
| java.lang.Object | |||
| ↳ | java.lang.Throwable | ||
| ↳ | java.lang.Exception | ||
| ↳ | android.nfc.FormatException | ||
Summary
Public constructors | |
|---|---|
      
      FormatException()
      
      
     | 
  |
      
      FormatException(String message)
      
      
     | 
  |
      
      FormatException(String message, Throwable e)
      
      
     | 
  |
Inherited methods | |
|---|---|
Public constructors
FormatException
    Added in API level 9
  
      
  
    public FormatException (String message)
| Parameters | |
|---|---|
message | 
        
          String  | 
      
FormatException
    Added in API level 16
  
      
  
    public FormatException (String message, Throwable e)
| Parameters | |
|---|---|
message | 
        
          String  | 
      
e | 
        
          Throwable  |