Exception: Ice::NotRegisteredException
- Inherits:
-
LocalException
- Object
- StandardError
- Exception
- LocalException
- Ice::NotRegisteredException
- Defined in:
- ruby/Ice/LocalExceptions.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#kindOfObject ⇒ Object
readonly
Returns the value of attribute kindOfObject.
Instance Method Summary collapse
-
#initialize(kindOfObject, id, msg) ⇒ NotRegisteredException
constructor
A new instance of NotRegisteredException.
Constructor Details
#initialize(kindOfObject, id, msg) ⇒ NotRegisteredException
Returns a new instance of NotRegisteredException.
145 146 147 148 149 |
# File 'ruby/Ice/LocalExceptions.rb', line 145 def initialize(kindOfObject, id, msg) super(msg) @kindOfObject = kindOfObject @id = id end |
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id.
151 152 153 |
# File 'ruby/Ice/LocalExceptions.rb', line 151 def id @id end |
#kindOfObject ⇒ Object (readonly)
Returns the value of attribute kindOfObject.
151 152 153 |
# File 'ruby/Ice/LocalExceptions.rb', line 151 def kindOfObject @kindOfObject end |