Package javax.script

Class ScriptException

java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.script.ScriptException
All Implemented Interfaces:
Serializable

public class ScriptException extends Exception
The generic Exception class for the Scripting APIs. Checked exception types thrown by underlying scripting implementations must be wrapped in instances of ScriptException. The class has members to store line and column numbers and filenames if this information is available.
Since:
1.6
See Also: