Searched refs:CIOFailureException (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DSafeFile.h107 * case an CIOFailureException will be thrown.
117 * Note that Write will throw a CIOFailureException
295 struct CIOFailureException : public CSafeIOException { struct in inherits:CSafeIOException
296 CIOFailureException(const wxString& type, const wxString& desc);
297 CIOFailureException(const wxString& desc);
H A DSafeFile.cpp50 CIOFailureException::CIOFailureException(const wxString& desc) function in class:CIOFailureException
53 CIOFailureException::CIOFailureException(const wxString& type, const wxString& desc) function in class:CIOFailureException
85 throw CIOFailureException(wxT("Read error, failed to read from file."));
95 throw CIOFailureException(wxT("Write error, failed to write to file."));
H A DCFile.h214 struct CSeekFailureException : public CIOFailureException {
H A DCFile.cpp146 : CIOFailureException(wxT("SeekFailure"), desc)
288 throw CIOFailureException(wxString(wxT("Error reopening file")));
336 throw CIOFailureException(wxString(wxT("Error reading from file: ")) + wxSysErrorMsg());
359 throw CIOFailureException(wxString(wxT("Error writing to file: ")) + wxSysErrorMsg());
402 throw CIOFailureException(wxString(wxT("Failed to retrieve length of file: ")) + wxSysErrorMsg());
H A DCanceledFileList.cpp103 } catch (const CIOFailureException& e) {
H A DThreadTasks.cpp97 } catch (const CIOFailureException&) {
284 } catch (const CIOFailureException& e) {
318 } catch (const CIOFailureException& e) {
384 } catch (const CIOFailureException& e) {
H A DFileArea.cpp301 throw CIOFailureException(wxT("Read error, failed to read from file."));
H A DFriendList.cpp144 } catch (const CIOFailureException& e) {
H A DKnownFileList.cpp163 } catch (const CIOFailureException& e) {
H A DPartFile.cpp600 } catch (const CIOFailureException& e) {
683 } catch (const CIOFailureException& e) {
903 } catch (const CIOFailureException& e) {
1024 } catch (const CIOFailureException& e) {
2301 } catch (const CIOFailureException& e) {
2996 } catch (const CIOFailureException& e) {
3016 } catch (const CIOFailureException& e) {
3230 } catch (const CIOFailureException& e) {
3366 } catch (const CIOFailureException& e) {
H A DClientCreditsList.cpp213 } catch (const CIOFailureException& e) {
H A DUploadClient.cpp274 } catch (const CIOFailureException& error) {
H A DServerList.cpp808 } catch (const CIOFailureException& e) {
H A DPreferences.cpp1466 } catch (const CIOFailureException& e) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/fileview/
H A DFileView.cpp156 } catch (const CIOFailureException& e) {
157 cerr << "ERROR: A CIOFailureException 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.cpp138 } catch (const CIOFailureException& e) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/unittests/tests/
H A DFileDataIOTest.cpp792 ASSERT_RAISES(CIOFailureException, file.WriteUInt8(0));
806 ASSERT_RAISES(CIOFailureException, file.ReadUInt8());
833 ASSERT_RAISES(CIOFailureException, file.ReadUInt8());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/routing/
H A DRoutingZone.cpp339 } catch (const CIOFailureException& e) {
387 } catch (const CIOFailureException& e) {

Completed in 185 milliseconds