Class ScriptingDependencyException

All Implemented Interfaces:
Serializable

public class ScriptingDependencyException
extends ScriptingException
The ScriptingDependencyException.
See Also:
Serialized Form
  • 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 message
      cause - the cause
      enableSuppression - the enable suppression
      writableStackTrace - the writable stack trace
    • ScriptingDependencyException

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

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

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