Exception: Ice::EndpointParseException

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

Returns a new instance of EndpointParseException.



258
259
260
# File 'lib/Ice/LocalException.rb', line 258

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

Instance Attribute Details

#strObject

Returns the value of attribute str.



266
267
268
# File 'lib/Ice/LocalException.rb', line 266

def str
  @str
end

Instance Method Details

#to_sObject



262
263
264
# File 'lib/Ice/LocalException.rb', line 262

def to_s
    '::Ice::EndpointParseException'
end