Class: Roby::Interface::V2::Protocol::ExecutionException

Inherits:
Struct
  • Object
show all
Defined in:
lib/roby/interface/v2/protocol.rb

Instance Attribute Summary collapse

Instance Attribute Details

#exceptionObject

Returns the value of attribute exception

Returns:

  • (Object)

    the current value of exception



166
167
168
# File 'lib/roby/interface/v2/protocol.rb', line 166

def exception
  @exception
end

#failed_taskObject

Returns the value of attribute failed_task

Returns:

  • (Object)

    the current value of failed_task



166
167
168
# File 'lib/roby/interface/v2/protocol.rb', line 166

def failed_task
  @failed_task
end

#involved_tasksObject

Returns the value of attribute involved_tasks

Returns:

  • (Object)

    the current value of involved_tasks



166
167
168
# File 'lib/roby/interface/v2/protocol.rb', line 166

def involved_tasks
  @involved_tasks
end