Package org.eclipse.ease
Class ScriptExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.util.concurrent.ExecutionException
org.eclipse.ease.ScriptExecutionException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ExitException
,ScriptEngineInterruptedException
A common class to be thrown if an error happens during script execution.
The individual script engines should convert their internal exceptions into this one, so that we can display nicely formatted and useful error messages if
errors happen during script parsing/running.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionScriptExecutionException
(String message) ScriptExecutionException
(String message, Throwable cause, ScriptStackTrace trace) ScriptExecutionException
(String message, ScriptStackTrace trace) ScriptExecutionException
(Throwable cause, ScriptStackTrace trace) -
Method Summary
Modifier and TypeMethodDescriptionvoid
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ScriptExecutionException
-
ScriptExecutionException
-
ScriptExecutionException
-
ScriptExecutionException
-
-
Method Details
-
getScriptStackTrace
-
printStackTrace
- Overrides:
printStackTrace
in classThrowable
-