17 #ifndef KDSOAPFAULTEXCEPTION_H 18 #define KDSOAPFAULTEXCEPTION_H 21 #include "KDSoapValue.h" 49 QString faultCode()
const;
55 void setFaultCode(
const QString &faultCode);
60 QString faultString()
const;
66 void setFaultString(
const QString &faultString);
71 QString faultActor()
const;
77 void setFaultActor(
const QString &faultActor);
90 void setDetailValue(
const KDSoapValue &detailValue);
109 KDSoapFaultException(
const QString &faultCode,
const QString &faultString,
const QString &faultActor = QString());
123 QSharedDataPointer<Private> d;
126 #endif // KDSOAPFAULTEXCEPTION_H Definition: KDSoapValue.h:69
Definition: KDSoapFaultException.h:31