public class CompileException extends RuntimeException
| Constructor and Description |
|---|
CompileException() |
CompileException(String msg) |
CompileException(String msg,
Throwable cause) |
CompileException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
static void |
assureNotEmpty(String str,
String... optionMessages)
Assure String not Empty, optionMessages is optional
|
static void |
assureNotNull(Object obj,
String... optionMessages)
Assure object not null, optionMessages is optional
|
static void |
assureTrue(Boolean isTrue,
String... optionMessages)
Assure true, optionMessages is optional
|
static Object |
throwEX(String errorMsg) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CompileException()
public CompileException(Throwable cause)
public CompileException(String msg)
Copyright © 2021. All rights reserved.