Exception: IceGrid::ObserverAlreadyRegisteredException
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceGrid::ObserverAlreadyRegisteredException
- Defined in:
- lib/IceGrid/Exception.rb
Constant Summary collapse
- ICE_TYPE =
T_ObserverAlreadyRegisteredException
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
Instance Method Summary collapse
-
#initialize(id = ::Ice::Identity.new) ⇒ ObserverAlreadyRegisteredException
constructor
A new instance of ObserverAlreadyRegisteredException.
- #to_s ⇒ Object
Methods inherited from Ice::Exception
Constructor Details
#initialize(id = ::Ice::Identity.new) ⇒ ObserverAlreadyRegisteredException
Returns a new instance of ObserverAlreadyRegisteredException.
371 372 373 |
# File 'lib/IceGrid/Exception.rb', line 371 def initialize(id=::Ice::Identity.new) @id = id end |
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
379 380 381 |
# File 'lib/IceGrid/Exception.rb', line 379 def id @id end |
Instance Method Details
#to_s ⇒ Object
375 376 377 |
# File 'lib/IceGrid/Exception.rb', line 375 def to_s 'IceGrid::ObserverAlreadyRegisteredException' end |