Exception: IceGrid::PatchException

Inherits:
Ice::UserException show all
Defined in:
lib/IceGrid/Exception.rb

Constant Summary collapse

ICE_TYPE =
T_PatchException

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Ice::Exception

#ice_name, #inspect

Constructor Details

#initialize(reasons = nil) ⇒ PatchException

Returns a new instance of PatchException.



288
289
290
# File 'lib/IceGrid/Exception.rb', line 288

def initialize(reasons=nil)
    @reasons = reasons
end

Instance Attribute Details

#reasonsObject

Returns the value of attribute reasons.



296
297
298
# File 'lib/IceGrid/Exception.rb', line 296

def reasons
  @reasons
end

Instance Method Details

#to_sObject



292
293
294
# File 'lib/IceGrid/Exception.rb', line 292

def to_s
    'IceGrid::PatchException'
end