Package com.sforce.soap.partner.fault
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,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 Summary
Constructors Constructor Description ApiQueryFault()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetColumn()element : column of type {http://www.w3.org/2001/XMLSchema}int java type: intintgetRow()element : row of type {http://www.w3.org/2001/XMLSchema}int java type: intvoidload(XmlInputStream __in, TypeMapper __typeMapper)protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper)voidsetColumn(int column)protected voidsetColumn(XmlInputStream __in, TypeMapper __typeMapper)voidsetRow(int row)protected voidsetRow(XmlInputStream __in, TypeMapper __typeMapper)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)-
Methods inherited from class com.sforce.soap.partner.fault.ApiFault
getExceptionCode, getExceptionMessage, getExtendedErrorDetails, setExceptionCode, setExceptionCode, setExceptionMessage, setExceptionMessage, setExtendedErrorDetails, setExtendedErrorDetails
-
Methods inherited from class com.sforce.ws.SoapFaultException
getFaultCode, setFaultCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.sforce.soap.partner.fault.IApiFault
getExceptionCode, getExceptionMessage, getExtendedErrorDetails, setExceptionCode, setExceptionMessage, setExtendedErrorDetails
-
-
-
-
Method Detail
-
getRow
public int getRow()
Description copied from interface:IApiQueryFaultelement : row of type {http://www.w3.org/2001/XMLSchema}int java type: int- Specified by:
getRowin interfaceIApiQueryFault
-
setRow
public void setRow(int row)
- Specified by:
setRowin interfaceIApiQueryFault
-
setRow
protected void setRow(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getColumn
public int getColumn()
Description copied from interface:IApiQueryFaultelement : column of type {http://www.w3.org/2001/XMLSchema}int java type: int- Specified by:
getColumnin interfaceIApiQueryFault
-
setColumn
public void setColumn(int column)
- Specified by:
setColumnin interfaceIApiQueryFault
-
setColumn
protected void setColumn(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Specified by:
writein interfaceXMLizable- Overrides:
writein classApiFault- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Overrides:
writeFieldsin classApiFault- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Overrides:
loadin classApiFault- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Overrides:
loadFieldsin classApiFault- Throws:
IOExceptionConnectionException
-
-