Exception: Roby::Aborting

Inherits:
ExceptionBase show all
Defined in:
lib/roby/standard_errors.rb

Overview

Exception raised when the event loop aborts because of an unhandled exception

Instance Attribute Summary

Attributes inherited from ExceptionBase

#original_exceptions

Instance Method Summary collapse

Methods inherited from ExceptionBase

#each_original_exception, #initialize, #report_exceptions_from

Methods included from DRoby::V5::ExceptionBaseDumper

#droby_dump

Methods included from DRoby::V5::Builtins::ExceptionDumper

#droby_dump

Constructor Details

This class inherits a constructor from Roby::ExceptionBase

Instance Method Details

#backtraceObject

:nodoc:



486
487
488
# File 'lib/roby/standard_errors.rb', line 486

def backtrace # :nodoc:
    []
end

#pretty_print(pp) ⇒ Object

:nodoc:



482
483
484
# File 'lib/roby/standard_errors.rb', line 482

def pretty_print(pp) # :nodoc:
    pp.text "control loop aborting because of unhandled exceptions"
end