Home
last modified time | relevance | path

Searched refs:HelpProcessingException (Results 1 – 4 of 4) sorted by relevance

/trunk/main/l10ntools/source/help/
H A DHelpLinker.cxx238 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;
981HelpProcessingException* pException = new HelpProcessingException( aErrorMsg, aXMLParsingFile, nXM… in StructuredXMLErrorFunction()
[all …]
H A DHelpCompiler.hxx265 struct HelpProcessingException struct
272 HelpProcessingException( HelpProcessingErrorClass eErrorClass, const std::string& aErrorMsg ) in HelpProcessingException() argument
276HelpProcessingException( const std::string& aErrorMsg, const std::string& aXMLParsingFile, int nXM… in HelpProcessingException() argument
294 bool compile( void ) throw (HelpProcessingException);
H A DHelpCompiler.cxx402 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()
H A Dcompilehelp.hxx60 HelpProcessingErrorInfo& operator=( const struct HelpProcessingException& e );

Completed in 36 milliseconds