Exception: IceGrid::ObserverAlreadyRegisteredException
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceGrid::ObserverAlreadyRegisteredException
- Defined in:
- lib/IceGrid/Exception.rb
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.
347 348 349 |
# File 'lib/IceGrid/Exception.rb', line 347 def initialize(id=::Ice::Identity.new) @id = id end |
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
355 356 357 |
# File 'lib/IceGrid/Exception.rb', line 355 def id @id end |
Instance Method Details
#to_s ⇒ Object
351 352 353 |
# File 'lib/IceGrid/Exception.rb', line 351 def to_s '::IceGrid::ObserverAlreadyRegisteredException' end |