Class: Roby::GUI::ExceptionView

Inherits:
MetaRuby::GUI::ExceptionView
  • Object
show all
Defined in:
lib/roby/gui/exception_view.rb

Instance Method Summary collapse

Constructor Details

#initializeExceptionView

Returns a new instance of ExceptionView.



40
41
42
43
# File 'lib/roby/gui/exception_view.rb', line 40

def initialize(*)
    super
    @exception_rendering = ExceptionRendering.new(self.exception_rendering.linker)
end