File
Doc
Category
Size
Date
Package
ParseException.java
API Doc
Android 1.5 API
880
Wed May 06 22:41:54 BST 2009
android.net
ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
public class ParseException extends RuntimeException
When WebAddress Parser Fails, this exception is thrown
Fields Summary
public String
response
Constructors Summary
ParseException
(
String
response)
this.response = response;
Methods Summary
Java Code Source