Exception: Ice::FeatureNotSupportedException

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(unsupportedFeature = '') ⇒ FeatureNotSupportedException

Returns a new instance of FeatureNotSupportedException.



976
977
978
# File 'lib/Ice/LocalException.rb', line 976

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

Instance Attribute Details

#unsupportedFeatureObject

Returns the value of attribute unsupportedFeature.



984
985
986
# File 'lib/Ice/LocalException.rb', line 984

def unsupportedFeature
  @unsupportedFeature
end

Instance Method Details

#to_sObject



980
981
982
# File 'lib/Ice/LocalException.rb', line 980

def to_s
    '::Ice::FeatureNotSupportedException'
end