add more missing docs

This commit is contained in:
Willem 2015-06-20 16:56:35 +02:00
parent ecaaef9227
commit 682926ea32
12 changed files with 106 additions and 19 deletions

View file

@ -25,7 +25,7 @@ package net.forwardfire.tpquery.store.executor.jdbc;
import java.sql.SQLException;
/**
* Wrap the SQLException as RuntimeException
* Wrap the SQLException as RuntimeException.
*
* @author Willem Cazander
* @version 1.0 Jan 14, 2015
@ -38,7 +38,7 @@ public class SQLExceptionRuntime extends RuntimeException {
}
/**
* Wraps the SQLException to an SQLExceptionRuntime
* Wraps the SQLException to an SQLExceptionRuntime.
* @param e The SQLException to wrap.
* @return The new SQLExceptionRuntime.
*/