Searched refs:CMessagePathException (Results 1 – 4 of 4) sorted by relevance
22 struct CMessagePathException: public UString struct24 CMessagePathException(const char *a, const wchar_t *u = NULL);25 CMessagePathException(const wchar_t *a, const wchar_t *u = NULL);
965 throw CMessagePathException(kCannotFindArchive); in EnumerateDirItemsAndSort()990 throw CMessagePathException("Duplicate archive path:", sortedFullPaths[i]); in EnumerateDirItemsAndSort()1078 CMessagePathException::CMessagePathException(const char *a, const wchar_t *u) in CMessagePathException() function in CMessagePathException1088 CMessagePathException::CMessagePathException(const wchar_t *a, const wchar_t *u) in CMessagePathException() function in CMessagePathException
15 typedef CMessagePathException CArcCmdLineException;
90 catch(const CMessagePathException &e) in main()