Package com.sforce.soap.partner.fault
Class MalformedQueryFault
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
com.sforce.soap.partner.fault.MalformedQueryFault
- All Implemented Interfaces:
IApiFault,IApiQueryFault,IMalformedQueryFault,XMLizable,Serializable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper) Methods inherited from class com.sforce.soap.partner.fault.ApiQueryFault
getColumn, getRow, setColumn, setColumn, setRow, setRowMethods inherited from class com.sforce.soap.partner.fault.ApiFault
getExceptionCode, getExceptionMessage, getExtendedErrorDetails, setExceptionCode, setExceptionCode, setExceptionMessage, setExceptionMessage, setExtendedErrorDetails, setExtendedErrorDetailsMethods inherited from class com.sforce.ws.SoapFaultException
getFaultCode, setFaultCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.sforce.soap.partner.fault.IApiFault
getExceptionCode, getExceptionMessage, getExtendedErrorDetails, setExceptionCode, setExceptionMessage, setExtendedErrorDetailsMethods inherited from interface com.sforce.soap.partner.fault.IApiQueryFault
getColumn, getRow, setColumn, setRow
-
Constructor Details
-
MalformedQueryFault
public MalformedQueryFault()Constructor
-
-
Method Details
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException - Specified by:
writein interfaceXMLizable- Overrides:
writein classApiQueryFault- Throws:
IOException
-
writeFields
- Overrides:
writeFieldsin classApiQueryFault- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Specified by:
loadin interfaceXMLizable- Overrides:
loadin classApiQueryFault- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Overrides:
loadFieldsin classApiQueryFault- Throws:
IOExceptionConnectionException
-
toString
- Overrides:
toStringin classApiQueryFault
-