Package org.eclipse.ease
Class ScriptEngineException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.ease.ScriptEngineException
- All Implemented Interfaces:
Serializable
A checked exception to indicate a script engine exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionScriptEngineException
(String message) ScriptEngineException
(String message, Throwable cause) ScriptEngineException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ScriptEngineException
public ScriptEngineException() -
ScriptEngineException
-
ScriptEngineException
-
ScriptEngineException
-