Home
last modified time | relevance | path

Searched refs:CArchiveCommandLineException (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DArchiveCommandLine.h12 struct CArchiveCommandLineException: public AString struct
14 CArchiveCommandLineException(const char *errorMessage): AString(errorMessage) {} in CArchiveCommandLineException() argument
DArchiveCommandLine.cpp194 throw CArchiveCommandLineException(errorMessage); in ThrowException()
/external/lzma/CPP/7zip/UI/Console/
DMainAr.cpp65 catch(const CArchiveCommandLineException &e) in main()