Exception: Ice::FeatureNotSupportedException
- Inherits:
-
LocalException
- Object
- StandardError
- Exception
- LocalException
- Ice::FeatureNotSupportedException
- Defined in:
- lib/Ice/LocalException.rb
Constant Summary collapse
- ICE_TYPE =
T_FeatureNotSupportedException
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.
1023 1024 1025 |
# File 'lib/Ice/LocalException.rb', line 1023 def initialize(unsupportedFeature='') @unsupportedFeature = unsupportedFeature end |
Instance Attribute Details
#unsupportedFeature ⇒ Object
Returns the value of attribute unsupportedFeature.
1031 1032 1033 |
# File 'lib/Ice/LocalException.rb', line 1031 def unsupportedFeature @unsupportedFeature end |
Instance Method Details
#to_s ⇒ Object
1027 1028 1029 |
# File 'lib/Ice/LocalException.rb', line 1027 def to_s 'Ice::FeatureNotSupportedException' end |