documentation update v1.4.4

This commit is contained in:
Jeremy Long
2016-11-05 09:41:16 -04:00
parent e1a447f722
commit a1b5e3f7b0
1217 changed files with 79708 additions and 51391 deletions

View File

@@ -79,13 +79,13 @@
<a class="jxr_linenumber" name="L71" href="#L71">71</a> <strong class="jxr_keyword">if</strong> (getLog().isDebugEnabled()) {
<a class="jxr_linenumber" name="L72" href="#L72">72</a> getLog().debug(<span class="jxr_string">"Database connection error"</span>, ex);
<a class="jxr_linenumber" name="L73" href="#L73">73</a> }
<a class="jxr_linenumber" name="L74" href="#L74">74</a> <strong class="jxr_keyword">final</strong> String msg = <span class="jxr_string">"An exception occured connecting to the local database. Please see the log file for more details."</span>;
<a class="jxr_linenumber" name="L74" href="#L74">74</a> <strong class="jxr_keyword">final</strong> String msg = <span class="jxr_string">"An exception occurred connecting to the local database. Please see the log file for more details."</span>;
<a class="jxr_linenumber" name="L75" href="#L75">75</a> <strong class="jxr_keyword">if</strong> (<strong class="jxr_keyword">this</strong>.isFailOnError()) {
<a class="jxr_linenumber" name="L76" href="#L76">76</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoExecutionException(msg, ex);
<a class="jxr_linenumber" name="L77" href="#L77">77</a> }
<a class="jxr_linenumber" name="L78" href="#L78">78</a> getLog().error(msg);
<a class="jxr_linenumber" name="L79" href="#L79">79</a> } <strong class="jxr_keyword">catch</strong> (UpdateException ex) {
<a class="jxr_linenumber" name="L80" href="#L80">80</a> <strong class="jxr_keyword">final</strong> String msg = <span class="jxr_string">"An exception occured while downloading updates. Please see the log file for more details."</span>;
<a class="jxr_linenumber" name="L80" href="#L80">80</a> <strong class="jxr_keyword">final</strong> String msg = <span class="jxr_string">"An exception occurred while downloading updates. Please see the log file for more details."</span>;
<a class="jxr_linenumber" name="L81" href="#L81">81</a> <strong class="jxr_keyword">if</strong> (<strong class="jxr_keyword">this</strong>.isFailOnError()) {
<a class="jxr_linenumber" name="L82" href="#L82">82</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoExecutionException(msg, ex);
<a class="jxr_linenumber" name="L83" href="#L83">83</a> }