add more missing docs
This commit is contained in:
parent
ecaaef9227
commit
682926ea32
12 changed files with 106 additions and 19 deletions
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue