Exception: Ice::VersionParseException

Inherits:
LocalException show all
Defined in:
lib/Ice/LocalException.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Exception

#ice_id, #ice_name, #inspect

Constructor Details

#initialize(str = '') ⇒ VersionParseException

Returns a new instance of VersionParseException.


290
291
292
# File 'lib/Ice/LocalException.rb', line 290

def initialize(str='')
    @str = str
end

Instance Attribute Details

#strObject

Returns the value of attribute str.


298
299
300
# File 'lib/Ice/LocalException.rb', line 298

def str
  @str
end

Instance Method Details

#to_sObject


294
295
296
# File 'lib/Ice/LocalException.rb', line 294

def to_s
    '::Ice::VersionParseException'
end