Class ScriptLoadingException

All Implemented Interfaces:
Serializable

public class ScriptLoadingException extends GenieCheckedException
An exception thrown when a script cannot be retrieved or compiled.
Since:
4.0.0
See Also:
  • Constructor Details

    • ScriptLoadingException

      public ScriptLoadingException()
      Constructor.
    • ScriptLoadingException

      public ScriptLoadingException(String message)
      Constructor.
      Parameters:
      message - The detail message
    • ScriptLoadingException

      public ScriptLoadingException(String message, Throwable cause)
      Constructor.
      Parameters:
      message - The detail message
      cause - The root cause of this exception
    • ScriptLoadingException

      public ScriptLoadingException(Throwable cause)
      Constructor.
      Parameters:
      cause - The root cause of this exception