Exception: IceGrid::ObjectNotRegisteredException

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

Constant Summary collapse

ICE_TYPE =
T_ObjectNotRegisteredException

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Ice::Exception

#ice_name, #inspect

Constructor Details

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

Returns a new instance of ObjectNotRegisteredException.



140
141
142
# File 'lib/IceGrid/Exception.rb', line 140

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

Instance Attribute Details

#idObject

Returns the value of attribute id.



148
149
150
# File 'lib/IceGrid/Exception.rb', line 148

def id
  @id
end

Instance Method Details

#to_sObject



144
145
146
# File 'lib/IceGrid/Exception.rb', line 144

def to_s
    'IceGrid::ObjectNotRegisteredException'
end