mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-12 13:21:58 +01:00
documentation update v1.4.4
This commit is contained in:
@@ -126,7 +126,7 @@
|
||||
<a class="jxr_linenumber" name="L118" href="#L118">118</a> }
|
||||
<a class="jxr_linenumber" name="L119" href="#L119">119</a> } <strong class="jxr_keyword">catch</strong> (DatabaseException ex) {
|
||||
<a class="jxr_linenumber" name="L120" href="#L120">120</a> LOGGER.debug(<span class="jxr_string">"Database Exception opening databases to retrieve properties"</span>, ex);
|
||||
<a class="jxr_linenumber" name="L121" href="#L121">121</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> <a href="../../../../../org/owasp/dependencycheck/data/update/exception/UpdateException.html">UpdateException</a>(<span class="jxr_string">"Error occured updating database properties."</span>);
|
||||
<a class="jxr_linenumber" name="L121" href="#L121">121</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> <a href="../../../../../org/owasp/dependencycheck/data/update/exception/UpdateException.html">UpdateException</a>(<span class="jxr_string">"Error occurred updating database properties."</span>);
|
||||
<a class="jxr_linenumber" name="L122" href="#L122">122</a> } <strong class="jxr_keyword">catch</strong> (InvalidSettingException ex) {
|
||||
<a class="jxr_linenumber" name="L123" href="#L123">123</a> LOGGER.debug(<span class="jxr_string">"Unable to determine if autoupdate is enabled"</span>, ex);
|
||||
<a class="jxr_linenumber" name="L124" href="#L124">124</a> } <strong class="jxr_keyword">finally</strong> {
|
||||
|
||||
Reference in New Issue
Block a user