Exception: IceGrid::RegistryNotExistException
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceGrid::RegistryNotExistException
- 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.
119 120 121 |
# File 'ruby/IceGrid/Exception.rb', line 119 def name @name end |
Instance Method Details
#to_s ⇒ Object
115 116 117 |
# File 'ruby/IceGrid/Exception.rb', line 115 def to_s '::IceGrid::RegistryNotExistException' end |