Exception: Ice::FeatureNotSupportedException
- Inherits:
-
LocalException
- Object
- StandardError
- Exception
- LocalException
- Ice::FeatureNotSupportedException
- Defined in:
- lib/Ice/LocalException.rb
Instance Attribute Summary collapse
-
#unsupportedFeature ⇒ Object
Returns the value of attribute unsupportedFeature.
Instance Method Summary collapse
-
#initialize(unsupportedFeature = '') ⇒ FeatureNotSupportedException
constructor
A new instance of FeatureNotSupportedException.
- #to_s ⇒ Object
Methods inherited from Exception
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
#unsupportedFeature ⇒ Object
Returns the value of attribute unsupportedFeature.
984 985 986 |
# File 'lib/Ice/LocalException.rb', line 984 def unsupportedFeature @unsupportedFeature end |
Instance Method Details
#to_s ⇒ Object
980 981 982 |
# File 'lib/Ice/LocalException.rb', line 980 def to_s '::Ice::FeatureNotSupportedException' end |