Class MalformedQueryFault

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sforce.ws.ConnectionException
com.sforce.ws.SoapFaultException
All Implemented Interfaces:
IApiFault, IApiQueryFault, IMalformedQueryFault, com.sforce.ws.bind.XMLizable, Serializable

public class MalformedQueryFault extends ApiQueryFault implements IMalformedQueryFault
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
See Also:
Serialized Form
  • Constructor Details

    • MalformedQueryFault

      public MalformedQueryFault()
      Constructor
  • Method Details

    • write

      public void write(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException
      Specified by:
      write in interface com.sforce.ws.bind.XMLizable
      Overrides:
      write in class ApiQueryFault
      Throws:
      IOException
    • writeFields

      protected void writeFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException
      Overrides:
      writeFields in class ApiQueryFault
      Throws:
      IOException
    • load

      public void load(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Specified by:
      load in interface com.sforce.ws.bind.XMLizable
      Overrides:
      load in class ApiQueryFault
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • loadFields

      protected void loadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Overrides:
      loadFields in class ApiQueryFault
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • toString

      public String toString()
      Overrides:
      toString in class ApiQueryFault