public class ScriptException extends Exception
Constructor and Description |
---|
ScriptException()
Creates a new instance of
ScriptException without detail message. |
ScriptException(String msg)
Constructs an instance of
ScriptException with the specified detail message. |
ScriptException(String msg,
Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ScriptException()
ScriptException
without detail message.public ScriptException(String msg)
ScriptException
with the specified detail message.msg
- the detail message.Copyright © 2021. All rights reserved.