|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.io.IOException org.ksoap2.SoapFault
public class SoapFault
Exception class encapsulating SOAP Faults
Field Summary | |
---|---|
org.kxml2.kdom.Node |
detail
A KDom Node holding the details of the fault |
java.lang.String |
faultactor
The SOAP fault code |
java.lang.String |
faultcode
The SOAP fault code |
java.lang.String |
faultstring
The SOAP fault code |
Constructor Summary | |
---|---|
SoapFault()
|
Method Summary | |
---|---|
void |
parse(org.xmlpull.v1.XmlPullParser parser)
Fills the fault details from the given XML stream |
java.lang.String |
toString()
Returns a simple string representation of the fault |
void |
write(org.xmlpull.v1.XmlSerializer xw)
Writes the fault to the given XML stream |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public java.lang.String faultcode
public java.lang.String faultstring
public java.lang.String faultactor
public org.kxml2.kdom.Node detail
Constructor Detail |
---|
public SoapFault()
Method Detail |
---|
public void parse(org.xmlpull.v1.XmlPullParser parser) throws java.io.IOException, org.xmlpull.v1.XmlPullParserException
java.io.IOException
org.xmlpull.v1.XmlPullParserException
public void write(org.xmlpull.v1.XmlSerializer xw) throws java.io.IOException
java.io.IOException
public java.lang.String toString()
toString
in class java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |