Kaydet (Commit) 78f042b9 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1338235 Uncaught exception

Change-Id: I66bd63a75e9d75cb5d87be5e4573aec891994588
üst f24b5132
......@@ -89,7 +89,7 @@ private:
bool m_bUseLangRoot;
bool m_bCreateIndex;
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,
const std::string& fileB, const std::string& anchorB,
const std::string& jarfileB, const std::string& titleB );
......
......@@ -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 )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment