public class

ParseException

extends ServiceException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.google.gdata.util.ServiceException
         ↳ com.google.gdata.util.ParseException

Class Overview

The ParseException indicates a failure parsing GData request content.

Summary

[Expand]
Inherited Constants
From class java.lang.Exception
From class java.lang.Throwable
[Expand]
Inherited Fields
From class com.google.gdata.util.ServiceException
From class java.lang.Throwable
Public Constructors
ParseException(String message)
ParseException(String message, Throwable cause)
ParseException(Throwable cause)
ParseException(ErrorContent errorCode)
ParseException(ErrorContent errorCode, Throwable cause)
[Expand]
Inherited Methods
From class com.google.gdata.util.ServiceException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public ParseException (String message)

Parameters
message

public ParseException (String message, Throwable cause)

Parameters
message
cause

public ParseException (Throwable cause)

Parameters
cause

public ParseException (ErrorContent errorCode)

Parameters
errorCode

public ParseException (ErrorContent errorCode, Throwable cause)

Parameters
errorCode
cause