Class ApiQueryFault

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sforce.ws.ConnectionException
com.sforce.ws.SoapFaultException
com.sforce.soap.partner.fault.ApiFault
com.sforce.soap.partner.fault.ApiQueryFault
All Implemented Interfaces:
IApiFault, IApiQueryFault, com.sforce.ws.bind.XMLizable, Serializable
Direct Known Subclasses:
InvalidFieldFault, InvalidSObjectFault, MalformedQueryFault, MalformedSearchFault

public class ApiQueryFault extends ApiFault implements IApiQueryFault
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

    • ApiQueryFault

      public ApiQueryFault()
      Constructor
  • Method Details

    • getRow

      public int getRow()
      Description copied from interface: IApiQueryFault
      element : row of type {http://www.w3.org/2001/XMLSchema}int java type: int
      Specified by:
      getRow in interface IApiQueryFault
    • setRow

      public void setRow(int row)
      Specified by:
      setRow in interface IApiQueryFault
    • setRow

      protected void setRow(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • getColumn

      public int getColumn()
      Description copied from interface: IApiQueryFault
      element : column of type {http://www.w3.org/2001/XMLSchema}int java type: int
      Specified by:
      getColumn in interface IApiQueryFault
    • setColumn

      public void setColumn(int column)
      Specified by:
      setColumn in interface IApiQueryFault
    • setColumn

      protected void setColumn(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • 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 ApiFault
      Throws:
      IOException
    • writeFields

      protected void writeFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException
      Overrides:
      writeFields in class ApiFault
      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 ApiFault
      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 ApiFault
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • toString

      public String toString()
      Overrides:
      toString in class ApiFault