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);
1501 throw CMessagePathException(kCannotFindArchive); in EnumerateDirItemsAndSort()1526 throw CMessagePathException("Duplicate archive path:", sortedFullPaths[i]); in EnumerateDirItemsAndSort()1621 CMessagePathException::CMessagePathException(const char *a, const wchar_t *u) in CMessagePathException() function in CMessagePathException1631 CMessagePathException::CMessagePathException(const wchar_t *a, const wchar_t *u) in CMessagePathException() function in CMessagePathException
15 typedef CMessagePathException CArcCmdLineException;
96 catch(const CMessagePathException &e) in main()