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