Class ScriptExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openhab.core.model.script.engine.ScriptException
org.openhab.core.model.script.engine.ScriptExecutionException
- All Implemented Interfaces:
Serializable
Exception that is thrown on errors during script execution.
- Author:
- Kai Kreuzer - Initial contribution
- See Also:
-
Constructor Summary
ConstructorDescriptionScriptExecutionException
(String message) ScriptExecutionException
(String message, int line, int column, int length) ScriptExecutionException
(String message, Throwable exception) ScriptExecutionException
(String message, Throwable cause, int line, int column, int length) ScriptExecutionException
(ScriptError scriptError) -
Method Summary
Methods inherited from class org.openhab.core.model.script.engine.ScriptException
getErrors, getMessage, setScriptText
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ScriptExecutionException
-
ScriptExecutionException
-
ScriptExecutionException
-
ScriptExecutionException
-
ScriptExecutionException
-