Exception: IceGrid::BadSignalException
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceGrid::BadSignalException
- Defined in:
- lib/IceGrid/Exception.rb
Constant Summary collapse
- ICE_TYPE =
T_BadSignalException
Instance Attribute Summary collapse
-
#reason ⇒ Object
Returns the value of attribute reason.
Instance Method Summary collapse
-
#initialize(reason = '') ⇒ BadSignalException
constructor
A new instance of BadSignalException.
- #to_s ⇒ Object
Methods inherited from Ice::Exception
Constructor Details
#initialize(reason = '') ⇒ BadSignalException
Returns a new instance of BadSignalException.
271 272 273 |
# File 'lib/IceGrid/Exception.rb', line 271 def initialize(reason='') @reason = reason end |
Instance Attribute Details
#reason ⇒ Object
Returns the value of attribute reason.
279 280 281 |
# File 'lib/IceGrid/Exception.rb', line 279 def reason @reason end |
Instance Method Details
#to_s ⇒ Object
275 276 277 |
# File 'lib/IceGrid/Exception.rb', line 275 def to_s 'IceGrid::BadSignalException' end |