Exception: IceGrid::ObjectNotRegisteredException

Inherits:
Ice::UserException show all
Defined in:
lib/IceGrid/Exception.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Ice::Exception

#ice_id, #ice_name, #inspect

Constructor Details

#initialize(id = ::Ice::Identity.new) ⇒ ObjectNotRegisteredException

Returns a new instance of ObjectNotRegisteredException.



129
130
131
# File 'lib/IceGrid/Exception.rb', line 129

def initialize(id=::Ice::Identity.new)
    @id = id
end

Instance Attribute Details

#idObject

Returns the value of attribute id.



137
138
139
# File 'lib/IceGrid/Exception.rb', line 137

def id
  @id
end

Instance Method Details

#to_sObject



133
134
135
# File 'lib/IceGrid/Exception.rb', line 133

def to_s
    '::IceGrid::ObjectNotRegisteredException'
end