Exception: Ice::ProxyParseException

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

Constant Summary collapse

ICE_TYPE =
T_ProxyParseException

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Exception

#ice_name, #inspect

Constructor Details

#initialize(str = '') ⇒ ProxyParseException

Returns a new instance of ProxyParseException.



346
347
348
# File 'lib/Ice/LocalException.rb', line 346

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

Instance Attribute Details

#strObject

Returns the value of attribute str.



354
355
356
# File 'lib/Ice/LocalException.rb', line 354

def str
  @str
end

Instance Method Details

#to_sObject



350
351
352
# File 'lib/Ice/LocalException.rb', line 350

def to_s
    'Ice::ProxyParseException'
end