Exception: FirefoxSocketJavascriptError

Inherits:
FirefoxSocketError show all
Defined in:
lib/vapir-firefox/firefox_socket/base.rb

Overview

Represents an error encountered on the javascript side, caught in a try/catch block.

Instance Attribute Summary collapse

Instance Attribute Details

#fileNameObject

Returns the value of attribute fileName.



81
82
83
# File 'lib/vapir-firefox/firefox_socket/base.rb', line 81

def fileName
  @fileName
end

#js_errObject

Returns the value of attribute js_err.



81
82
83
# File 'lib/vapir-firefox/firefox_socket/base.rb', line 81

def js_err
  @js_err
end

#lineNumberObject

Returns the value of attribute lineNumber.



81
82
83
# File 'lib/vapir-firefox/firefox_socket/base.rb', line 81

def lineNumber
  @lineNumber
end

#nameObject

Returns the value of attribute name.



81
82
83
# File 'lib/vapir-firefox/firefox_socket/base.rb', line 81

def name
  @name
end

#sourceObject

Returns the value of attribute source.



81
82
83
# File 'lib/vapir-firefox/firefox_socket/base.rb', line 81

def source
  @source
end

#stackObject

Returns the value of attribute stack.



81
82
83
# File 'lib/vapir-firefox/firefox_socket/base.rb', line 81

def stack
  @stack
end