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 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 message
      cause - the cause
      enableSuppression - the enable suppression
      writableStackTrace - the writable stack trace
    • ScriptingException

      public ScriptingException​(String message, Throwable cause)
      Instantiates a new scripting exception.
      Parameters:
      message - the message
      cause - the cause
    • ScriptingException

      public ScriptingException​(String message)
      Instantiates a new scripting exception.
      Parameters:
      message - the message
    • ScriptingException

      public ScriptingException​(Throwable cause)
      Instantiates a new scripting exception.
      Parameters:
      cause - the cause