Exception: Roby::RelationFailedError
- Inherits:
-
LocalizedError
- Object
- RuntimeError
- ExceptionBase
- LocalizedError
- Roby::RelationFailedError
- Defined in:
- lib/roby/standard_errors.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#parent ⇒ Object
readonly
The parent in the failed relation.
Attributes inherited from LocalizedError
#failed_event, #failed_generator, #failed_task, #failure_point
Attributes inherited from ExceptionBase
Method Summary
Methods inherited from LocalizedError
#fatal?, #initialize, #involved_plan_object?, match, #pretty_print, #propagated?, #to_execution_exception, to_execution_exception_matcher
Methods included from DRoby::V5::LocalizedErrorDumper
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::LocalizedError
Instance Attribute Details
#parent ⇒ Object (readonly)
The parent in the failed relation
165 166 167 |
# File 'lib/roby/standard_errors.rb', line 165 def parent @parent end |