Exception: IceGrid::RegistryNotExistException
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceGrid::RegistryNotExistException
- Defined in:
- lib/IceGrid/Exception.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(name = '') ⇒ RegistryNotExistException
constructor
A new instance of RegistryNotExistException.
- #to_s ⇒ Object
Methods inherited from Ice::Exception
Constructor Details
#initialize(name = '') ⇒ RegistryNotExistException
Returns a new instance of RegistryNotExistException.
161 162 163 |
# File 'lib/IceGrid/Exception.rb', line 161 def initialize(name='') @name = name end |
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
169 170 171 |
# File 'lib/IceGrid/Exception.rb', line 169 def name @name end |
Instance Method Details
#to_s ⇒ Object
165 166 167 |
# File 'lib/IceGrid/Exception.rb', line 165 def to_s '::IceGrid::RegistryNotExistException' end |