public class ScriptEngineException extends Exception
Constructor and Description |
---|
ScriptEngineException() |
ScriptEngineException(String message) |
ScriptEngineException(String message,
Throwable cause) |
ScriptEngineException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ScriptEngineException()
Exception.Exception()
public ScriptEngineException(String message)
Exception.Exception(String)
public ScriptEngineException(Throwable cause)
Exception.Exception(Throwable)
public ScriptEngineException(String message, Throwable cause)
Exception.Exception(String, Throwable)