Exception: Ice::IdentityParseException

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 = '') ⇒ IdentityParseException

Returns a new instance of IdentityParseException.



306
307
308
# File 'lib/Ice/LocalException.rb', line 306

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

Instance Attribute Details

#strObject

Returns the value of attribute str.



314
315
316
# File 'lib/Ice/LocalException.rb', line 314

def str
  @str
end

Instance Method Details

#to_sObject



310
311
312
# File 'lib/Ice/LocalException.rb', line 310

def to_s
    '::Ice::IdentityParseException'
end