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:
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 |