public class ScriptingException extends Exception
| Constructor and Description |
|---|
ScriptingException()
Instantiates a new scripting exception.
|
ScriptingException(String message)
Instantiates a new scripting exception.
|
ScriptingException(String message,
Throwable cause)
Instantiates a new scripting exception.
|
ScriptingException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Instantiates a new scripting exception.
|
ScriptingException(Throwable cause)
Instantiates a new scripting exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ScriptingException()
public ScriptingException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
message - the messagecause - the causeenableSuppression - the enable suppressionwritableStackTrace - the writable stack tracepublic ScriptingException(String message, Throwable cause)
message - the messagecause - the causepublic ScriptingException(String message)
message - the messagepublic ScriptingException(Throwable cause)
cause - the causeCopyright © 2010–2018 Eclipse Foundation. All rights reserved.