Added in API level 1
  
  
  
  
  
  
  
  
  
  
  
  
  
   
  
  
  
  
  
   
  
  
  
  
  
  
  
  
ParseException
  public
  
  
  
  class
  ParseException
  
  
  
  
  
  
  
  
  
  
    extends RuntimeException
  
  
  
  
  
  
| java.lang.Object | ||||
| ↳ | java.lang.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | java.lang.RuntimeException | |||
| ↳ | android.net.ParseException | |||
Thrown when parsing failed.
Summary
Fields | |
|---|---|
    public
    
    
    String | 
    
      response
      
  | 
  
Public constructors | |
|---|---|
      
      ParseException(String response)
      
      
     | 
  |
      
      ParseException(String response, Throwable cause)
      
      
     | 
  |
Inherited methods | |
|---|---|
Fields
Public constructors
ParseException
    Added in API level 31
  
      
  
    public ParseException (String response)
| Parameters | |
|---|---|
response | 
        
          String: This value cannot be null. | 
      
ParseException
    Added in API level 31
  
      
  
    public ParseException (String response, Throwable cause)
| Parameters | |
|---|---|
response | 
        
          String: This value cannot be null. | 
      
cause | 
        
          Throwable: This value cannot be null. |