Uses of Class
com.teamdev.jxbrowser.script.ScriptErrorType

Packages that use ScriptErrorType
com.teamdev.jxbrowser.script Contains the basic classes and interfaces that allows handling javascript errors. 
 

Uses of ScriptErrorType in com.teamdev.jxbrowser.script
 

Methods in com.teamdev.jxbrowser.script that return ScriptErrorType
 ScriptErrorType ScriptErrorEvent.getType()
          Returns the script error type.
static ScriptErrorType ScriptErrorType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ScriptErrorType[] ScriptErrorType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.teamdev.jxbrowser.script with parameters of type ScriptErrorType
ScriptErrorEvent(ScriptErrorWatcher source, java.lang.String sourceFile, int lineNumber, java.lang.String message, ScriptErrorType type)
          Construct a new ScriptErrorEvent instance according to the passed parameters.