Exception: IceGrid::NodeNotExistException
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceGrid::NodeNotExistException
- Defined in:
- ruby/IceGrid/Exception.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
Methods inherited from Ice::UserException
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
107 108 109 |
# File 'ruby/IceGrid/Exception.rb', line 107 def name @name end |
Instance Method Details
#to_s ⇒ Object
103 104 105 |
# File 'ruby/IceGrid/Exception.rb', line 103 def to_s '::IceGrid::NodeNotExistException' end |