HomeSort by relevance Sort by last modified time
    Searched defs:CArcCmdLineException (Results 1 - 2 of 2) sorted by null

  /external/lzma/CPP/7zip/UI/Common/
ArchiveCommandLine.h 13 struct CArcCmdLineException: public UString
15 CArcCmdLineException(const char *a, const wchar_t *u = NULL);
ArchiveCommandLine.cpp 67 CArcCmdLineException::CArcCmdLineException(const char *a, const wchar_t *u)
360 throw CArcCmdLineException("Unsupported rename command:", val);
371 throw CArcCmdLineException(kCannotFindListFile, fileName);
373 throw CArcCmdLineException(kIncorrectListFile, fileName);
377 throw CArcCmdLineException(kIncorrectListFile, fileName);
408 throw CArcCmdLineException(kEmptyFilePath);
429 throw CArcCmdLineException("There is no second file name for rename pair:", nonSwitchStrings[oldIndex]);
569 throw CArcCmdLineException(errorMessage, strings[i]);
742 throw CArcCmdLineException(errorMessage, updatePostStrings[i]);
    [all...]

Completed in 467 milliseconds