Class ScriptExecutionException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ExitException, ScriptEngineInterruptedException

public class ScriptExecutionException extends ExecutionException
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: