Exception: Ice::IdentityParseException

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

Constant Summary collapse

ICE_TYPE =
T_IdentityParseException

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Exception

#ice_name, #inspect

Constructor Details

#initialize(str = '') ⇒ IdentityParseException

Returns a new instance of IdentityParseException.



329
330
331
# File 'lib/Ice/LocalException.rb', line 329

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

Instance Attribute Details

#strObject

Returns the value of attribute str.



337
338
339
# File 'lib/Ice/LocalException.rb', line 337

def str
  @str
end

Instance Method Details

#to_sObject



333
334
335
# File 'lib/Ice/LocalException.rb', line 333

def to_s
    'Ice::IdentityParseException'
end