com.sforce.soap.partner.fault
Class ApiQueryFault

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.rmi.RemoteException
                  extended by org.apache.axis.AxisFault
                      extended by com.sforce.soap.partner.fault.ApiFault
                          extended by com.sforce.soap.partner.fault.ApiQueryFault
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidFieldFault, InvalidSObjectFault, MalformedQueryFault, MalformedSearchFault

public class ApiQueryFault
extends ApiFault
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.axis.AxisFault
faultActor, faultCode, faultDetails, faultHeaders, faultNode, faultString, faultSubCode, log
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
ApiQueryFault()
           
ApiQueryFault(ExceptionCode exceptionCode, java.lang.String exceptionMessage, int row, int column)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int getColumn()
          Gets the column value for this ApiQueryFault.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 int getRow()
          Gets the row value for this ApiQueryFault.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setColumn(int column)
          Sets the column value for this ApiQueryFault.
 void setRow(int row)
          Sets the row value for this ApiQueryFault.
 void writeDetails(javax.xml.namespace.QName qname, org.apache.axis.encoding.SerializationContext context)
          Writes the exception data to the faultDetails
 
Methods inherited from class com.sforce.soap.partner.fault.ApiFault
getExceptionCode, getExceptionMessage, setExceptionCode, setExceptionMessage
 
Methods inherited from class org.apache.axis.AxisFault
addFaultDetail, addFaultDetail, addFaultDetailString, addFaultSubCode, addFaultSubCodeAsString, addHeader, addHostname, addHostnameIfNeeded, clearFaultDetails, clearFaultSubCodes, clearHeaders, dump, dumpToString, getFaultActor, getFaultCode, getFaultDetails, getFaultNode, getFaultReason, getFaultRole, getFaultString, getFaultSubCodes, getHeaders, initFaultSubCodes, lookupFaultDetail, makeFault, output, printStackTrace, printStackTrace, removeFaultDetail, removeHostname, setFaultActor, setFaultCode, setFaultCode, setFaultCodeAsString, setFaultDetail, setFaultDetailString, setFaultNode, setFaultReason, setFaultRole, setFaultString, toString
 
Methods inherited from class java.rmi.RemoteException
getCause, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ApiQueryFault

public ApiQueryFault()

ApiQueryFault

public ApiQueryFault(ExceptionCode exceptionCode,
                     java.lang.String exceptionMessage,
                     int row,
                     int column)
Method Detail

getRow

public int getRow()
Gets the row value for this ApiQueryFault.

Returns:
row

setRow

public void setRow(int row)
Sets the row value for this ApiQueryFault.

Parameters:
row -

getColumn

public int getColumn()
Gets the column value for this ApiQueryFault.

Returns:
column

setColumn

public void setColumn(int column)
Sets the column value for this ApiQueryFault.

Parameters:
column -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class ApiFault

hashCode

public int hashCode()
Overrides:
hashCode in class ApiFault

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer


writeDetails

public void writeDetails(javax.xml.namespace.QName qname,
                         org.apache.axis.encoding.SerializationContext context)
                  throws java.io.IOException
Writes the exception data to the faultDetails

Overrides:
writeDetails in class ApiFault
Throws:
java.io.IOException


Copyright © 2009. All Rights Reserved.