Class ScriptEngineException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.ease.ScriptEngineException
All Implemented Interfaces:
Serializable

public class ScriptEngineException extends Exception
A checked exception to indicate a script engine exception.
See Also:
  • Constructor Details

    • ScriptEngineException

      public ScriptEngineException()
    • ScriptEngineException

      public ScriptEngineException(String message)
    • ScriptEngineException

      public ScriptEngineException(Throwable cause)
    • ScriptEngineException

      public ScriptEngineException(String message, Throwable cause)