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