Android
org.apache.http
public class

org.apache.http.ParseException

java.lang.Object
java.lang.Throwable Serializable
java.lang.Exception
java.lang.RuntimeException
org.apache.http.ParseException

Indicates a parse error. Parse errors when receiving a message will typically trigger ProtocolException. Parse errors that do not occur during protocol execution may be handled differently. This is an unchecked exceptions, since there are cases where the data to be parsed has been generated and is therefore known to be parseable.

Summary

Public Constructors

            ParseException()
Creates a ParseException without details.
            ParseException(String message)
Creates a ParseException with a detail message.
Methods inherited from class java.lang.Throwable
Methods inherited from class java.lang.Object

Details

Public Constructors

public ParseException()

Creates a ParseException without details.

public ParseException(String message)

Creates a ParseException with a detail message.

Parameters

message the exception detail message, or null
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48