public class ApiQueryFault extends ApiFault implements IApiQueryFault
| Constructor and Description |
|---|
ApiQueryFault()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn()
element : column of type {http://www.w3.org/2001/XMLSchema}int
java type: int
|
int |
getRow()
element : row of type {http://www.w3.org/2001/XMLSchema}int
java type: int
|
void |
load(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper) |
protected void |
loadFields(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper) |
void |
setColumn(int column) |
void |
setRow(int row) |
String |
toString() |
void |
write(QName __element,
com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper) |
protected void |
writeFields(com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper) |
getExceptionCode, getExceptionMessage, setExceptionCode, setExceptionMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetExceptionCode, getExceptionMessage, setExceptionCode, setExceptionMessagepublic int getRow()
IApiQueryFaultgetRow in interface IApiQueryFaultpublic void setRow(int row)
setRow in interface IApiQueryFaultpublic int getColumn()
IApiQueryFaultgetColumn in interface IApiQueryFaultpublic void setColumn(int column)
setColumn in interface IApiQueryFaultpublic void write(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException
write in interface com.sforce.ws.bind.XMLizablewrite in class ApiFaultIOExceptionprotected void writeFields(com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException
writeFields in class ApiFaultIOExceptionpublic void load(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException,
com.sforce.ws.ConnectionException
load in interface com.sforce.ws.bind.XMLizableload in class ApiFaultIOExceptioncom.sforce.ws.ConnectionExceptionprotected void loadFields(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException,
com.sforce.ws.ConnectionException
loadFields in class ApiFaultIOExceptioncom.sforce.ws.ConnectionExceptionCopyright © 2015. All Rights Reserved.