Package com.teamdev.jxbrowser.script

Contains the basic classes and interfaces that allows handling javascript errors.

See:
          Description

Interface Summary
ScriptErrorListener Represents a listener that allows receiving notifications about the problems that happened during JavaScript execution on a web page.
 

Class Summary
ScriptErrorEvent Contains information about JavaScript error.
ScriptErrorWatcher Provides functionality that allows watching all JavaScript errors.
 

Enum Summary
ScriptErrorType Enumeration of script error types.
Note: There are not all browsers produce errors of all types.
 

Exception Summary
JavaScriptException  
 

Package com.teamdev.jxbrowser.script Description

Contains the basic classes and interfaces that allows handling javascript errors.