Exception: IceGrid::ObjectNotRegisteredException

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Ice::UserException

#ice_id, #inspect

Instance Attribute Details

#idObject

Returns the value of attribute id.



95
96
97
# File 'ruby/IceGrid/Exception.rb', line 95

def id
  @id
end

Instance Method Details

#to_sObject



91
92
93
# File 'ruby/IceGrid/Exception.rb', line 91

def to_s
    '::IceGrid::ObjectNotRegisteredException'
end