Lines Matching refs:HelpProcessingException

238             throw( HelpProcessingException );
269 void link() throw( HelpProcessingException );
351 void HelpLinker::link() throw( HelpProcessingException ) in link()
479 throw HelpProcessingException( HELPPROCESSING_GENERAL_ERROR, aStrStream.str() ); in link()
590 catch( const HelpProcessingException& ) in link()
634 throw( HelpProcessingException ) in main()
668 throw HelpProcessingException( HELPPROCESSING_GENERAL_ERROR, aStrStream.str() ); in main()
681 throw HelpProcessingException( HELPPROCESSING_GENERAL_ERROR, aStrStream.str() ); in main()
692 throw HelpProcessingException( HELPPROCESSING_GENERAL_ERROR, aStrStream.str() ); in main()
704 throw HelpProcessingException( HELPPROCESSING_GENERAL_ERROR, aStrStream.str() ); in main()
716 throw HelpProcessingException( HELPPROCESSING_GENERAL_ERROR, aStrStream.str() ); in main()
728 throw HelpProcessingException( HELPPROCESSING_GENERAL_ERROR, aStrStream.str() ); in main()
740 throw HelpProcessingException( HELPPROCESSING_GENERAL_ERROR, aStrStream.str() ); in main()
752 throw HelpProcessingException( HELPPROCESSING_GENERAL_ERROR, aStrStream.str() ); in main()
764 throw HelpProcessingException( HELPPROCESSING_GENERAL_ERROR, aStrStream.str() ); in main()
776 throw HelpProcessingException( HELPPROCESSING_GENERAL_ERROR, aStrStream.str() ); in main()
784 … throw HelpProcessingException( HELPPROCESSING_GENERAL_ERROR, "obsolete -hid argument used" ); in main()
794 throw HelpProcessingException( HELPPROCESSING_GENERAL_ERROR, aStrStream.str() ); in main()
803 throw HelpProcessingException( HELPPROCESSING_GENERAL_ERROR, aStrStream.str() ); in main()
831 throw HelpProcessingException( HELPPROCESSING_GENERAL_ERROR, aStrStream.str() ); in main()
852 throw HelpProcessingException( HELPPROCESSING_GENERAL_ERROR, aStrStream.str() ); in main()
860 throw HelpProcessingException( HELPPROCESSING_GENERAL_ERROR, aStrStream.str() ); in main()
871 throw HelpProcessingException( HELPPROCESSING_GENERAL_ERROR, aStrStream.str() ); in main()
895 throw HelpProcessingException( HELPPROCESSING_GENERAL_ERROR, aStrStream.str() ); in main()
915 throw HelpProcessingException( HELPPROCESSING_GENERAL_ERROR, aStrStream.str() ); in main()
921 throw HelpProcessingException( HELPPROCESSING_GENERAL_ERROR, aStrStream.str() ); in main()
927 throw HelpProcessingException( HELPPROCESSING_GENERAL_ERROR, aStrStream.str() ); in main()
933 throw HelpProcessingException( HELPPROCESSING_GENERAL_ERROR, aStrStream.str() ); in main()
939 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()
988 HelpProcessingErrorInfo& HelpProcessingErrorInfo::operator=( const struct HelpProcessingException& … in operator =()
1042 catch( const HelpProcessingException& e ) in compileExtensionHelp()