Exception: IceGrid::ObjectNotRegisteredException
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceGrid::ObjectNotRegisteredException
- Defined in:
- lib/IceGrid/Exception.rb
Constant Summary collapse
- ICE_TYPE =
T_ObjectNotRegisteredException
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
Instance Method Summary collapse
-
#initialize(id = ::Ice::Identity.new) ⇒ ObjectNotRegisteredException
constructor
A new instance of ObjectNotRegisteredException.
- #to_s ⇒ Object
Methods inherited from Ice::Exception
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
#id ⇒ Object
Returns the value of attribute id.
148 149 150 |
# File 'lib/IceGrid/Exception.rb', line 148 def id @id end |
Instance Method Details
#to_s ⇒ Object
144 145 146 |
# File 'lib/IceGrid/Exception.rb', line 144 def to_s 'IceGrid::ObjectNotRegisteredException' end |