Class ScriptingDependencyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.dirigible.commons.api.scripting.ScriptingException
org.eclipse.dirigible.commons.api.scripting.ScriptingDependencyException
- All Implemented Interfaces:
Serializable
public class ScriptingDependencyException extends ScriptingException
The ScriptingDependencyException.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor 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. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ScriptingDependencyException
public ScriptingDependencyException()Instantiates a new scripting dependency exception. -
ScriptingDependencyException
public ScriptingDependencyException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)Instantiates a new scripting dependency exception.- Parameters:
message- the messagecause- the causeenableSuppression- the enable suppressionwritableStackTrace- the writable stack trace
-
ScriptingDependencyException
Instantiates a new scripting dependency exception.- Parameters:
message- the messagecause- the cause
-
ScriptingDependencyException
Instantiates a new scripting dependency exception.- Parameters:
message- the message
-
ScriptingDependencyException
Instantiates a new scripting dependency exception.- Parameters:
cause- the cause
-