Searched refs:CInArchiveException (Results 1 – 1 of 1) sorted by relevance
59 class CInArchiveException {}; class60 class CUnsupportedFeatureException: public CInArchiveException {};62 static void ThrowException() { throw CInArchiveException(); } in ThrowException()1659 catch(CInArchiveException &) in ReadDatabase()