public class DialectException extends RuntimeException
| Constructor and Description |
|---|
DialectException() |
DialectException(String message) |
DialectException(String message,
Throwable cause) |
DialectException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
static void |
assureNotEmpty(String str,
String... optionMessages) |
static void |
assureNotNull(Object obj,
String... optionMessages) |
static void |
eatException(Exception e) |
static Object |
throwEX(String errorMsg) |
static Object |
throwEX(String errorMsg,
Throwable e) |
static Object |
throwEX(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2022. All rights reserved.