Exception: Ice::VersionParseException

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

Constant Summary collapse

ICE_TYPE =
T_VersionParseException

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Exception

#ice_name, #inspect

Constructor Details

#initialize(str = '') ⇒ VersionParseException

Returns a new instance of VersionParseException.



312
313
314
# File 'lib/Ice/LocalException.rb', line 312

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

Instance Attribute Details

#strObject

Returns the value of attribute str.



320
321
322
# File 'lib/Ice/LocalException.rb', line 320

def str
  @str
end

Instance Method Details

#to_sObject



316
317
318
# File 'lib/Ice/LocalException.rb', line 316

def to_s
    'Ice::VersionParseException'
end