Exception: Roby::EventPreconditionFailed

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

Overview

Raised when an event is called, but one of its precondition is not met. See EventGenerator#precondition

Instance Attribute Summary

Attributes inherited from LocalizedError

#failed_event, #failed_generator, #failed_task, #failure_point

Attributes inherited from ExceptionBase

#original_exceptions

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

#droby_dump

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