LibreOffice Module ucb (master)
1
|
#include <DAVException.hxx>
Public Member Functions | |
DAVException (ExceptionCode inExceptionCode) | |
DAVException (ExceptionCode inExceptionCode, const OUString &rData) | |
DAVException (ExceptionCode inExceptionCode, const OUString &rData, sal_uInt16 nStatusCode) | |
const ExceptionCode & | getError () const |
const OUString & | getData () const |
sal_uInt16 | getStatus () const |
Private Attributes | |
ExceptionCode | mExceptionCode |
OUString | mData |
sal_uInt16 | mStatusCode |
Definition at line 113 of file neon/DAVException.hxx.
Definition at line 116 of file neon/DAVException.hxx.
|
inlineexplicit |
Definition at line 155 of file neon/DAVException.hxx.
|
inline |
Definition at line 157 of file neon/DAVException.hxx.
|
inline |
Definition at line 161 of file neon/DAVException.hxx.
|
inline |
Definition at line 168 of file neon/DAVException.hxx.
References mData.
Referenced by webdav_ucp::Content::getResourceOptions(), webdav_ucp::DAVResourceAccess::handleException(), webdav_ucp::Content::isResourceAvailable(), and webdav_ucp::Content::MapDAVException().
|
inline |
Definition at line 167 of file neon/DAVException.hxx.
References mExceptionCode.
Referenced by webdav_ucp::Content::getResourceOptions(), webdav_ucp::DAVResourceAccess::handleException(), webdav_ucp::Content::isResourceAvailable(), webdav_ucp::Content::MapDAVException(), and webdav_ucp::Content::shouldAccessNetworkAfterException().
|
inline |
Definition at line 169 of file neon/DAVException.hxx.
References mStatusCode.
Referenced by webdav_ucp::Content::getResourceOptions(), webdav_ucp::DAVResourceAccess::handleException(), webdav_ucp::Content::isResourceAvailable(), webdav_ucp::Content::MapDAVException(), and webdav_ucp::Content::shouldAccessNetworkAfterException().
|
private |
Definition at line 151 of file neon/DAVException.hxx.
Referenced by getData().
|
private |
Definition at line 150 of file neon/DAVException.hxx.
Referenced by getError().
|
private |
Definition at line 152 of file neon/DAVException.hxx.
Referenced by getStatus().