coverity#1338235 Uncaught exception
Change-Id: I66bd63a75e9d75cb5d87be5e4573aec891994588
This commit is contained in:
@@ -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 )
|
||||
|
Reference in New Issue
Block a user