Exception: Roby::Aborting
- Inherits:
-
ExceptionBase
- Object
- RuntimeError
- ExceptionBase
- Roby::Aborting
- 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
Instance Method Summary collapse
-
#backtrace ⇒ Object
:nodoc:.
-
#pretty_print(pp) ⇒ Object
:nodoc:.
Methods inherited from ExceptionBase
#each_original_exception, #initialize, #report_exceptions_from
Methods included from DRoby::V5::ExceptionBaseDumper
Methods included from DRoby::V5::Builtins::ExceptionDumper
Constructor Details
This class inherits a constructor from Roby::ExceptionBase
Instance Method Details
#backtrace ⇒ Object
:nodoc:
396 397 398 |
# File 'lib/roby/standard_errors.rb', line 396 def backtrace # :nodoc: [] end |
#pretty_print(pp) ⇒ Object
:nodoc:
393 394 395 |
# File 'lib/roby/standard_errors.rb', line 393 def pretty_print(pp) # :nodoc: pp.text "control loop aborting because of unhandled exceptions" end |