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, toString
public ScriptExecuteException()
public ScriptExecuteException(String message)
public ScriptExecuteException(Throwable cause)
public ScriptExecuteException(ScriptException e)
public String getMessage()
getMessage
in class Throwable
Copyright © 2024. All rights reserved.