| Package | Description |
|---|---|
| com.github.dakusui.scriptunit.core | |
| com.github.dakusui.scriptunit.exceptions |
| Modifier and Type | Method and Description |
|---|---|
static <E extends ScriptUnitException> |
Utils.check(boolean cond,
Supplier<E> thrower) |
static <E extends ScriptUnitException,V> |
Utils.check(V target,
Predicate<? super V> predicate,
Supplier<? extends E> thrower) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigurationException |
class |
ResourceException |
class |
SyntaxException |
| Modifier and Type | Method and Description |
|---|---|
static <E extends ScriptUnitException> |
SyntaxException.nonArray(org.codehaus.jackson.JsonNode jsonNode) |
static <E extends ScriptUnitException> |
SyntaxException.nonText(org.codehaus.jackson.JsonNode jsonNode) |
| Modifier and Type | Method and Description |
|---|---|
static ScriptUnitException |
ScriptUnitException.wrap(Throwable t) |
static ScriptUnitException |
ScriptUnitException.wrap(Throwable t,
String format,
String... args) |
Copyright © 2017. All rights reserved.