| 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 | |||||
Known Direct Subclasses
|
Generated class, please do not edit.
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.sforce.ws.SoapFaultException
| |||||||||||
From class
com.sforce.ws.ConnectionException
| |||||||||||
From class
java.lang.Exception
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| column | |||||||||||
| column__is_set | |||||||||||
| column__typeInfo | element : column of type {http://www.w3.org/2001/XMLSchema}int java type: int | ||||||||||
| row | |||||||||||
| row__is_set | |||||||||||
| row__typeInfo | element : row of type {http://www.w3.org/2001/XMLSchema}int java type: int | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.sforce.soap.partner.fault.ApiFault
| |||||||||||
From class
com.sforce.ws.SoapFaultException
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructor
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
load the fileds/children from the specified xml stream
| |||||||||||
write this instace as xml.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.sforce.soap.partner.fault.ApiFault
| |||||||||||
From class
com.sforce.ws.SoapFaultException
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.sforce.ws.bind.XMLizable
| |||||||||||
element : column of type {http://www.w3.org/2001/XMLSchema}int java type: int
element : row of type {http://www.w3.org/2001/XMLSchema}int java type: int
Constructor
load the fileds/children from the specified xml stream
| __in | Xml input stream from which the data is read |
|---|---|
| __typeMapper | Type mapper to be used |
| IOException | |
|---|---|
| ConnectionException |
| column |
|---|
| row |
|---|
write this instace as xml.
| __element | Xml element name |
|---|---|
| __out | Xml output stream |
| __typeMapper | Type mapper to be used |
| IOException |
|---|
| __out | |
|---|---|
| __typeMapper |
| IOException |
|---|