Package com.sforce.soap.partner.fault
Interface IApiQueryFault
-
- All Superinterfaces:
IApiFault
- All Known Subinterfaces:
IInvalidFieldFault,IInvalidSObjectFault,IMalformedQueryFault,IMalformedSearchFault
- All Known Implementing Classes:
ApiQueryFault,InvalidFieldFault,InvalidSObjectFault,MalformedQueryFault,MalformedSearchFault
public interface IApiQueryFault extends IApiFault
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Method Summary
All Methods Instance Methods Abstract 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: intvoidsetColumn(int column)voidsetRow(int row)-
Methods inherited from interface com.sforce.soap.partner.fault.IApiFault
getExceptionCode, getExceptionMessage, getExtendedErrorDetails, setExceptionCode, setExceptionMessage, setExtendedErrorDetails
-
-