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 SummaryConstructorsConstructorDescriptionScriptExecutionException(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 SummaryMethods inherited from class org.openhab.core.model.script.engine.ScriptExceptiongetErrors, getMessage, setScriptTextMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ScriptExecutionException
- 
ScriptExecutionException
- 
ScriptExecutionException
- 
ScriptExecutionException
- 
ScriptExecutionException
 
-