public class ScriptUnitException extends RuntimeException
| Constructor and Description |
|---|
ScriptUnitException(String message) |
ScriptUnitException(String message,
Throwable nested) |
ScriptUnitException(Throwable nested) |
| Modifier and Type | Method and Description |
|---|---|
static ScriptUnitException |
wrap(Throwable t) |
static ScriptUnitException |
wrap(Throwable t,
String format,
String... args) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ScriptUnitException(String message)
public ScriptUnitException(Throwable nested)
public static ScriptUnitException wrap(Throwable t, String format, String... args)
public static ScriptUnitException wrap(Throwable t)
Copyright © 2017. All rights reserved.