Searched refs:CMessagePathException (Results 1 – 4 of 4) sorted by relevance
18 struct CMessagePathException: public UString struct20 CMessagePathException(const char *a, const wchar_t *u = NULL);21 CMessagePathException(const wchar_t *a, const wchar_t *u = NULL);
1518 throw CMessagePathException(kCannotFindArchive); in EnumerateDirItemsAndSort()1543 throw CMessagePathException("Duplicate archive path:", sortedFullPaths[i]); in EnumerateDirItemsAndSort()1638 CMessagePathException::CMessagePathException(const char *a, const wchar_t *u) in CMessagePathException() function in CMessagePathException1648 CMessagePathException::CMessagePathException(const wchar_t *a, const wchar_t *u) in CMessagePathException() function in CMessagePathException
15 typedef CMessagePathException CArcCmdLineException;
142 catch(const CMessagePathException &e) in main()