Exception handling

If an exception is raised during the execution of a Jython script, a Jython exception dialog box opens. The source location, exception type, and exception messages are displayed in the dialog box.
When an exception occurs, you can choose to terminate or continue with the debug session. If this is an uncaught fatal error, the program may exit if you choose to continue the debug session.

Feedback