FileDocCategorySizeDatePackage
ParseException.javaAPI DocAndroid 1.5 API880Wed May 06 22:41:54 BST 2009android.net

ParseException

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