Exception: Roby::Distributed::ConnectionFailed

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/roby/distributed/communication.rb

Overview

Error raised when a connection attempt failed on the given neighbour

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(neighbour) ⇒ ConnectionFailed

Returns a new instance of ConnectionFailed.



7
8
9
# File 'lib/roby/distributed/communication.rb', line 7

def initialize(neighbour)
		@neighbour = neighbour
end

Instance Attribute Details

#neighbourObject (readonly)

Returns the value of attribute neighbour.



5
6
7
# File 'lib/roby/distributed/communication.rb', line 5

def neighbour
  @neighbour
end