Exception: FirefoxSocketJavascriptError
- Inherits:
-
FirefoxSocketError
- Object
- StandardError
- FirefoxSocketError
- FirefoxSocketJavascriptError
- Defined in:
- lib/vapir-firefox/firefox_socket/base.rb
Overview
Represents an error encountered on the javascript side, caught in a try/catch block.
Direct Known Subclasses
Instance Attribute Summary collapse
-
#fileName ⇒ Object
Returns the value of attribute fileName.
-
#js_err ⇒ Object
Returns the value of attribute js_err.
-
#lineNumber ⇒ Object
Returns the value of attribute lineNumber.
-
#name ⇒ Object
Returns the value of attribute name.
-
#source ⇒ Object
Returns the value of attribute source.
-
#stack ⇒ Object
Returns the value of attribute stack.
Instance Attribute Details
#fileName ⇒ Object
Returns the value of attribute fileName.
81 82 83 |
# File 'lib/vapir-firefox/firefox_socket/base.rb', line 81 def fileName @fileName end |
#js_err ⇒ Object
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 |
#lineNumber ⇒ Object
Returns the value of attribute lineNumber.
81 82 83 |
# File 'lib/vapir-firefox/firefox_socket/base.rb', line 81 def lineNumber @lineNumber end |
#name ⇒ Object
Returns the value of attribute name.
81 82 83 |
# File 'lib/vapir-firefox/firefox_socket/base.rb', line 81 def name @name end |
#source ⇒ Object
Returns the value of attribute source.
81 82 83 |
# File 'lib/vapir-firefox/firefox_socket/base.rb', line 81 def source @source end |
#stack ⇒ Object
Returns the value of attribute stack.
81 82 83 |
# File 'lib/vapir-firefox/firefox_socket/base.rb', line 81 def stack @stack end |