Exception: IceGrid::AllocationException
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceGrid::AllocationException
- Defined in:
- lib/IceGrid/Exception.rb
Direct Known Subclasses
Constant Summary collapse
- ICE_TYPE =
T_AllocationException
Instance Attribute Summary collapse
-
#reason ⇒ Object
Returns the value of attribute reason.
Instance Method Summary collapse
-
#initialize(reason = '') ⇒ AllocationException
constructor
A new instance of AllocationException.
- #to_s ⇒ Object
Methods inherited from Ice::Exception
Constructor Details
#initialize(reason = '') ⇒ AllocationException
Returns a new instance of AllocationException.
322 323 324 |
# File 'lib/IceGrid/Exception.rb', line 322 def initialize(reason='') @reason = reason end |
Instance Attribute Details
#reason ⇒ Object
Returns the value of attribute reason.
330 331 332 |
# File 'lib/IceGrid/Exception.rb', line 330 def reason @reason end |
Instance Method Details
#to_s ⇒ Object
326 327 328 |
# File 'lib/IceGrid/Exception.rb', line 326 def to_s 'IceGrid::AllocationException' end |