coverity#1338235 Uncaught exception

Change-Id: I66bd63a75e9d75cb5d87be5e4573aec891994588
This commit is contained in:
Caolán McNamara
2015-11-06 09:21:59 +00:00
parent f24b5132eb
commit 78f042b9ab
2 changed files with 2 additions and 2 deletions

View File

@@ -89,7 +89,7 @@ private:
bool m_bUseLangRoot; bool m_bUseLangRoot;
bool m_bCreateIndex; bool m_bCreateIndex;
void initIndexerPreProcessor(); void initIndexerPreProcessor();
void link() throw(HelpProcessingException, BasicCodeTagger::TaggerException); void link() throw(HelpProcessingException, BasicCodeTagger::TaggerException, std::exception);
static void addBookmark( FILE* pFile_DBHelp, std::string thishid, static void addBookmark( FILE* pFile_DBHelp, std::string thishid,
const std::string& fileB, const std::string& anchorB, const std::string& fileB, const std::string& anchorB,
const std::string& jarfileB, const std::string& titleB ); const std::string& jarfileB, const std::string& titleB );

View File

@@ -279,7 +279,7 @@ void HelpLinker::initIndexerPreProcessor()
/** /**
* *
*/ */
void HelpLinker::link() throw(HelpProcessingException, BasicCodeTagger::TaggerException) void HelpLinker::link() throw(HelpProcessingException, BasicCodeTagger::TaggerException, std::exception)
{ {
if( bExtensionMode ) if( bExtensionMode )