public class ScriptExecuteException extends RuntimeException
| Constructor and Description |
|---|
ScriptExecuteException() |
ScriptExecuteException(ScriptException e) |
ScriptExecuteException(String message) |
ScriptExecuteException(String message,
Throwable cause) |
ScriptExecuteException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ScriptExecuteException()
public ScriptExecuteException(String message)
public ScriptExecuteException(Throwable cause)
public ScriptExecuteException(ScriptException e)
public String getMessage()
getMessage in class ThrowableCopyright © 2025. All rights reserved.