Exception: JsshJavascriptError

Inherits:
JsshError
  • Object
show all
Defined in:
lib/vapir-firefox/jssh_socket.rb

Overview

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

Direct Known Subclasses

JsshSyntaxError, JsshUndefinedValueError

Instance Attribute Summary collapse

Instance Attribute Details

#fileNameObject

Returns the value of attribute fileName.



49
50
51
# File 'lib/vapir-firefox/jssh_socket.rb', line 49

def fileName
  @fileName
end

#js_errObject

Returns the value of attribute js_err.



49
50
51
# File 'lib/vapir-firefox/jssh_socket.rb', line 49

def js_err
  @js_err
end

#lineNumberObject

Returns the value of attribute lineNumber.



49
50
51
# File 'lib/vapir-firefox/jssh_socket.rb', line 49

def lineNumber
  @lineNumber
end

#sourceObject

Returns the value of attribute source.



49
50
51
# File 'lib/vapir-firefox/jssh_socket.rb', line 49

def source
  @source
end

#stackObject

Returns the value of attribute stack.



49
50
51
# File 'lib/vapir-firefox/jssh_socket.rb', line 49

def stack
  @stack
end