Searched refs:CEOFException (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DSafeFile.h102 * file. In that case, a CEOFException is thrown and
146 * @param SafeRead Avoids throwing CEOFException, see below.
284 struct CEOFException : public CSafeIOException { struct in inherits:CSafeIOException
285 CEOFException(const wxString& desc);
H A DSafeFile.cpp46 CEOFException::CEOFException(const wxString& desc) function in class:CEOFException
83 throw CEOFException(wxT("Attempt to read past end of file."));
H A DThreadTasks.cpp297 throw CEOFException(wxT("Invalid met-file header found, removing file."));
307 throw CEOFException(wxT("Hashlist ends past end of file."));
313 } catch (const CEOFException&) {
381 } catch (const CEOFException& e) {
H A DClientUDPSocket.cpp133 } catch (const CEOFException& DEBUG_ONLY(e)) {
H A DServerUDPSocket.cpp325 } catch (const CEOFException& DEBUG_ONLY(e)) {
H A DServerSocket.cpp597 } catch (const CEOFException& e) {
H A DUploadClient.cpp276 } catch (const CEOFException& WXUNUSED(error)) {
H A DDownloadClient.cpp1052 } catch (const CEOFException& e) {
H A DClientTCPSocket.cpp2020 } catch (const CEOFException& err) {
H A DPartFile.cpp605 } catch (const CEOFException& WXUNUSED(e)) {
2306 } catch (const CEOFException& e) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/fileview/
H A DFileView.cpp153 } catch (const CEOFException& e) {
154 cerr << "ERROR: A CEOFException 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 DSearchManager.cpp152 } catch (const CEOFException& err) {
154 wxString strError = wxT("CEOFException in ") + wxString::FromAscii(__FUNCTION__) + wxT(": ") + err.what();
197 } catch (const CEOFException& DEBUG_ONLY(err)) {
199 AddDebugLogLineN(logKadSearch, wxT("CEOFException in CSearchManager::PrepareLookup: ") + err.what());
H A DSearch.cpp1197 } catch (const CEOFException& err) {
1198 AddDebugLogLineC(logKadSearch, wxT("CEOFException in CSearch::SendFindValue: ") + err.what());
1266 } catch (const CEOFException& err) {
1267 AddDebugLogLineC(logKadSearch, wxT("CEOFException in CSearch::PreparePacketForTags: ") + err.what());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/unittests/tests/
H A DFileDataIOTest.cpp301 ASSERT_RAISES(CEOFException, RW::readValue(file));

Completed in 180 milliseconds