Exception: IceGrid::ObjectNotRegisteredException
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceGrid::ObjectNotRegisteredException
- Defined in:
- ruby/IceGrid/Exception.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
Instance Method Summary collapse
Methods inherited from Ice::UserException
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
95 96 97 |
# File 'ruby/IceGrid/Exception.rb', line 95 def id @id end |
Instance Method Details
#to_s ⇒ Object
91 92 93 |
# File 'ruby/IceGrid/Exception.rb', line 91 def to_s '::IceGrid::ObjectNotRegisteredException' end |