Exception: IceGrid::NodeNotExistException
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceGrid::NodeNotExistException
- Defined in:
- lib/IceGrid/Exception.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(name = '') ⇒ NodeNotExistException
constructor
A new instance of NodeNotExistException.
- #to_s ⇒ Object
Methods inherited from Ice::Exception
Constructor Details
#initialize(name = '') ⇒ NodeNotExistException
Returns a new instance of NodeNotExistException.
145 146 147 |
# File 'lib/IceGrid/Exception.rb', line 145 def initialize(name='') @name = name end |
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
153 154 155 |
# File 'lib/IceGrid/Exception.rb', line 153 def name @name end |
Instance Method Details
#to_s ⇒ Object
149 150 151 |
# File 'lib/IceGrid/Exception.rb', line 149 def to_s '::IceGrid::NodeNotExistException' end |