public class TinyJdbcException extends RuntimeException
| Constructor and Description |
|---|
TinyJdbcException() |
TinyJdbcException(String message) |
| Modifier and Type | Method and Description |
|---|---|
static void |
assureNotNull(Object obj,
String... optionMessages)
If is a null object, throw a SqlBoxException
|
static void |
eatException(Exception e)
Eat exception to avoid SONAR warning
|
static Object |
throwEX(Exception e,
String errorMsg)
Transfer all Exceptions to RuntimeException SqlBoxException.
|
static Object |
throwEX(String errorMsg)
Transfer all Exceptions to RuntimeException SqlBoxException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TinyJdbcException()
public TinyJdbcException(String message)
public static Object throwEX(Exception e, String errorMsg)
public static Object throwEX(String errorMsg)
public static void eatException(Exception e)
Copyright © 2017. All rights reserved.