Exception: IceGrid::AdapterNotExistException
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceGrid::AdapterNotExistException
- Defined in:
- lib/IceGrid/Exception.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
Instance Method Summary collapse
-
#initialize(id = '') ⇒ AdapterNotExistException
constructor
A new instance of AdapterNotExistException.
- #to_s ⇒ Object
Methods inherited from Ice::Exception
Constructor Details
#initialize(id = '') ⇒ AdapterNotExistException
Returns a new instance of AdapterNotExistException.
97 98 99 |
# File 'lib/IceGrid/Exception.rb', line 97 def initialize(id='') @id = id end |
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
105 106 107 |
# File 'lib/IceGrid/Exception.rb', line 105 def id @id end |
Instance Method Details
#to_s ⇒ Object
101 102 103 |
# File 'lib/IceGrid/Exception.rb', line 101 def to_s '::IceGrid::AdapterNotExistException' end |