Exception: Ice::EndpointSelectionTypeParseException

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

Constant Summary collapse

ICE_TYPE =
T_EndpointSelectionTypeParseException

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Exception

#ice_name, #inspect

Constructor Details

#initialize(str = '') ⇒ EndpointSelectionTypeParseException

Returns a new instance of EndpointSelectionTypeParseException.



295
296
297
# File 'lib/Ice/LocalException.rb', line 295

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

Instance Attribute Details

#strObject

Returns the value of attribute str.



303
304
305
# File 'lib/Ice/LocalException.rb', line 303

def str
  @str
end

Instance Method Details

#to_sObject



299
300
301
# File 'lib/Ice/LocalException.rb', line 299

def to_s
    'Ice::EndpointSelectionTypeParseException'
end