org.ksoap
Class SoapFault
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.io.IOException
|
+--org.ksoap.SoapFault
- All Implemented Interfaces:
- java.io.Serializable, org.kxml.XmlIO
- public class SoapFault
- extends java.io.IOException
- implements org.kxml.XmlIO
- See Also:
- Serialized Form
|
Method Summary |
void |
parse(org.kxml.parser.AbstractXmlParser parser)
|
java.lang.String |
toString()
|
void |
write(org.kxml.io.AbstractXmlWriter xw)
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
faultcode
public java.lang.String faultcode
faultstring
public java.lang.String faultstring
faultactor
public java.lang.String faultactor
detail
public java.util.Vector detail
SoapFault
public SoapFault()
parse
public void parse(org.kxml.parser.AbstractXmlParser parser)
throws java.io.IOException
- Specified by:
parse in interface org.kxml.XmlIO
write
public void write(org.kxml.io.AbstractXmlWriter xw)
throws java.io.IOException
- Specified by:
write in interface org.kxml.XmlIO
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Throwable