Most visited

Recently visited

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


解析URL时抛出失败。

Summary

Fields

public String response

Inherited methods

From class java.lang.Throwable
From class java.lang.Object

Fields

response

Added in API level 1
String response

Hooray!