com.google.gdata.wireformats
Class ContentModelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.google.gdata.util.ServiceException
              extended by com.google.gdata.wireformats.ContentModelException
All Implemented Interfaces:
java.io.Serializable

public class ContentModelException
extends ServiceException

The ContentModelException indicates that a content model is incompatible with request content being generated or parsed.

See Also:
Serialized Form

Constructor Summary
ContentModelException(java.lang.String message)
           
ContentModelException(java.lang.String message, java.lang.Throwable cause)
           
ContentModelException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class com.google.gdata.util.ServiceException
addSibling, getCodeName, getDebugInfo, getDomainName, getExtendedHelp, getHttpErrorCodeOverride, getHttpHeader, getHttpHeaders, getInternalReason, getLocation, getLocationType, getMessage, getOAuthProxyResponse, getResponseBody, getResponseContentType, getSendReport, getSiblings, hasOAuthProxyResponse, initCause, matches, matchesAny, setCode, setDebugInfo, setDomain, setExtendedHelp, setHeaderLocation, setHttpErrorCodeOverride, setInternalReason, setLocation, setResponse, setResponseBody, setResponseContentType, setSendReport, setXpathLocation, toString, toXmlErrorMessage, toXmlErrorMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContentModelException

public ContentModelException(java.lang.String message)

ContentModelException

public ContentModelException(java.lang.String message,
                             java.lang.Throwable cause)

ContentModelException

public ContentModelException(java.lang.Throwable cause)