com.tersesystems.blindsight.scripting
A script handle returns the script source, and can say if the script is invalid.
true if the script is invalid and should be re-evaluated, false otherwise.
If evaluating or parsing the script throws an exception, this method is called.
the code of the script.
(Since version ) see corresponding Javadoc for more information.
A script handle returns the script source, and can say if the script is invalid.