Lines Matching refs:CArcCmdLineException
67 CArcCmdLineException::CArcCmdLineException(const char *a, const wchar_t *u) in CArcCmdLineException() function in CArcCmdLineException
360 throw CArcCmdLineException("Unsupported rename command:", val); in AddRenamePair()
371 throw CArcCmdLineException(kCannotFindListFile, fileName); in AddToCensorFromListFile()
373 throw CArcCmdLineException(kIncorrectListFile, fileName); in AddToCensorFromListFile()
377 throw CArcCmdLineException(kIncorrectListFile, fileName); in AddToCensorFromListFile()
408 throw CArcCmdLineException(kEmptyFilePath); in AddToCensorFromNonSwitchesStrings()
429 …throw CArcCmdLineException("There is no second file name for rename pair:", nonSwitchStrings[oldIn… in AddToCensorFromNonSwitchesStrings()
569 throw CArcCmdLineException(errorMessage, strings[i]); in AddSwitchWildcardsToCensor()
742 throw CArcCmdLineException(errorMessage, updatePostStrings[i]); in ParseUpdateCommandString()
793 throw CArcCmdLineException("Incorrect volume size:", sv[i]); in SetAddCommandOptions()
824 throw CArcCmdLineException(parser.ErrorMessage, parser.ErrorLine); in Parse1()
883 throw CArcCmdLineException("Unsupported charset:", name); in FindCharset()
909 throw CArcCmdLineException(kCannotFindArchive, in EnumerateDirItemsAndSort()
922 throw CArcCmdLineException(kCannotFindArchive); in EnumerateDirItemsAndSort()
943 throw CArcCmdLineException("Duplicate archive path:", sortedFullPaths[i]); in EnumerateDirItemsAndSort()
959 throw CArcCmdLineException("The command must be spcified"); in Parse2()
962 throw CArcCmdLineException("Unsupported command:", nonSwitchStrings[kCommandIndex]); in Parse2()
985 throw CArcCmdLineException("Unsupported -spf:", s); in Parse2()
1034 throw CArcCmdLineException("Cannot find archive name"); in Parse2()
1037 throw CArcCmdLineException("Archive name cannot by empty"); in Parse2()
1107 throw CArcCmdLineException("Cannot use absolute pathnames for this command"); in Parse2()
1147 throw CArcCmdLineException(kSameTerminalError); in Parse2()
1182 throw CArcCmdLineException("-ai switch is not supported for this command"); in Parse2()
1219 throw CArcCmdLineException("stdout mode and email mode cannot be combined"); in Parse2()
1221 throw CArcCmdLineException(kTerminalOutError); in Parse2()
1227 throw CArcCmdLineException("Only one archive can be created with rename command"); in Parse2()
1235 …throw CArcCmdLineException("Incorrect Number of benmchmark iterations", nonSwitchStrings[curComman… in Parse2()