|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.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 |
String |
faultactor
The SOAP fault code |
String |
faultcode
The SOAP fault code |
String |
faultstring
The SOAP fault code |
Constructor Summary | |
---|---|
SoapFault()
|
Method Summary | |
---|---|
String |
getMessage()
|
void |
parse(org.xmlpull.v1.XmlPullParser parser)
Fills the fault details from the given XML stream |
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, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public String faultcode
public String faultstring
public String faultactor
public org.kxml2.kdom.Node detail
Constructor Detail |
---|
public SoapFault()
Method Detail |
---|
public void parse(org.xmlpull.v1.XmlPullParser parser) throws IOException, org.xmlpull.v1.XmlPullParserException
IOException
org.xmlpull.v1.XmlPullParserException
public void write(org.xmlpull.v1.XmlSerializer xw) throws IOException
IOException
public String getMessage()
getMessage
in class Throwable
Throwable.getMessage()
public String toString()
toString
in class Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |