Searched refs:HelpProcessingException (Results 1 – 4 of 4) sorted by relevance
238 throw( HelpProcessingException );269 void link() throw( HelpProcessingException );351 void HelpLinker::link() throw( HelpProcessingException ) in link()590 catch( const HelpProcessingException& ) in link()634 throw( HelpProcessingException ) in main()860 throw HelpProcessingException( HELPPROCESSING_GENERAL_ERROR, aStrStream.str() ); in main()871 throw HelpProcessingException( HELPPROCESSING_GENERAL_ERROR, aStrStream.str() ); in main()956 catch( const HelpProcessingException& e ) in main()969 static const HelpProcessingException* GpXMLParsingException = NULL;981 …HelpProcessingException* pException = new HelpProcessingException( aErrorMsg, aXMLParsingFile, nXM… in StructuredXMLErrorFunction()[all …]
265 struct HelpProcessingException struct272 HelpProcessingException( HelpProcessingErrorClass eErrorClass, const std::string& aErrorMsg ) in HelpProcessingException() argument276 …HelpProcessingException( const std::string& aErrorMsg, const std::string& aXMLParsingFile, int nXM… in HelpProcessingException() argument294 bool compile( void ) throw (HelpProcessingException);
402 bool HelpCompiler::compile( void ) throw( HelpProcessingException ) in compile()419 throw HelpProcessingException( HELPPROCESSING_GENERAL_ERROR, aStrStream.str() ); in compile()478 throw HelpProcessingException( HELPPROCESSING_GENERAL_ERROR, aStrStream.str() ); in compile()
60 HelpProcessingErrorInfo& operator=( const struct HelpProcessingException& e );
Completed in 34 milliseconds