Exception: IceGrid::ParseException

Inherits:
Ice::UserException show all
Defined in:
ruby/IceGrid/FileParser.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Ice::UserException

#ice_id, #inspect

Instance Attribute Details

#reasonObject

Returns the value of attribute reason.



16
17
18
# File 'ruby/IceGrid/FileParser.rb', line 16

def reason
  @reason
end

Instance Method Details

#to_sObject



12
13
14
# File 'ruby/IceGrid/FileParser.rb', line 12

def to_s
    '::IceGrid::ParseException'
end