Searched refs:CSafeIOException (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DSafeFile.h270 struct CSafeIOException : public CMuleException struct in inherits:CMuleException
272 CSafeIOException(const wxString& type, const wxString& desc);
284 struct CEOFException : public CSafeIOException {
295 struct CIOFailureException : public CSafeIOException {
H A DSafeFile.cpp42 CSafeIOException::CSafeIOException(const wxString& type, const wxString& desc) function in class:CSafeIOException
47 : CSafeIOException(wxT("EOF"), desc) {}
51 : CSafeIOException(wxT("IOFailure"), desc) {}
54 : CSafeIOException(wxT("IOFailure::") + type, desc) {}
H A DCanceledFileList.cpp80 } catch (const CSafeIOException& e) {
H A DThreadTasks.cpp159 } catch (const CSafeIOException& e) {
559 } catch (const CSafeIOException&) {
591 } catch (const CSafeIOException&) {
H A DFriendList.cpp126 } catch (const CSafeIOException& e) {
H A DKnownFileList.cpp115 } catch (const CSafeIOException& e) {
H A DPartFileConvert.cpp357 } catch (const CSafeIOException& e) {
H A DClientCreditsList.cpp163 } catch (const CSafeIOException& e) {
H A DSHAHashSet.cpp700 } catch (const CSafeIOException& e) {
776 } catch (const CSafeIOException& e) {
H A DServerList.cpp181 } catch (const CSafeIOException& err) {
H A DPreferences.cpp936 } catch (const CSafeIOException& e) {
H A DPartFile.cpp1113 } catch (const CSafeIOException& e) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/fileview/
H A DFileView.cpp159 } catch (const CSafeIOException& e) {
160 cerr << "ERROR: A CSafeIOException has been raised while decoding " << *it << ": " << e.what() << endl;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/kademlia/
H A DPrefs.cpp122 } catch (const CSafeIOException& e) {
H A DIndexed.cpp239 } catch (const CSafeIOException& err) {
240 AddDebugLogLineC(logKadIndex, wxT("CSafeIOException in CIndexed::readFile: ") + err.what());
371 } catch (const CSafeIOException& err) {
372 AddDebugLogLineC(logKadIndex, wxT("CSafeIOException in CIndexed::~CIndexed: ") + err.what());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/routing/
H A DRoutingZone.cpp224 } catch (const CSafeIOException& DEBUG_ONLY(e)) {

Completed in 97 milliseconds