Exception: Ice::EndpointSelectionTypeParseException

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

Returns a new instance of EndpointSelectionTypeParseException.



274
275
276
# File 'lib/Ice/LocalException.rb', line 274

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

Instance Attribute Details

#strObject

Returns the value of attribute str.



282
283
284
# File 'lib/Ice/LocalException.rb', line 282

def str
  @str
end

Instance Method Details

#to_sObject



278
279
280
# File 'lib/Ice/LocalException.rb', line 278

def to_s
    '::Ice::EndpointSelectionTypeParseException'
end