Exception: Ice::ProxyParseException

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

Returns a new instance of ProxyParseException.



322
323
324
# File 'lib/Ice/LocalException.rb', line 322

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

Instance Attribute Details

#strObject

Returns the value of attribute str.



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

def str
  @str
end

Instance Method Details

#to_sObject



326
327
328
# File 'lib/Ice/LocalException.rb', line 326

def to_s
    '::Ice::ProxyParseException'
end