Exception: Orocos::Log::InitializePortError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/orocos/log/task_context.rb

Overview

Exception if a port can not be initialized

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(message, name) ⇒ InitializePortError

Returns a new instance of InitializePortError



6
7
8
9
# File 'lib/orocos/log/task_context.rb', line 6

def initialize( message, name )
    super( message )
    @port_name = name
end

Instance Attribute Details

#port_nameObject (readonly)

Returns the value of attribute port_name



11
12
13
# File 'lib/orocos/log/task_context.rb', line 11

def port_name
  @port_name
end