MCPcopy Create free account
hub / github.com/boxbeam/RedLib / sneakyThrow

Method sneakyThrow

src/redempt/redlib/sql/SQLHelper.java:78–80  ·  view source on GitHub ↗
(Exception e)

Source from the content-addressed store, hash-verified

76 }
77
78 private static <T extends Exception> void sneakyThrow(Exception e) throws T {
79 throw (T) e;
80 }
81
82 private Connection connection;
83 private List<SQLCache> caches = new ArrayList<>();

Callers 15

openSQLiteMethod · 0.95
openMySQLMethod · 0.95
executeMethod · 0.95
executeUpdateMethod · 0.95
querySingleResultMethod · 0.95
querySingleResultLongMethod · 0.95
queryResultListMethod · 0.95
queryResultStringListMethod · 0.95
queryResultsMethod · 0.95
setAutoCommitMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected