Exception: Ice::NoValueFactoryException
- Inherits:
-
MarshalException
- Object
- StandardError
- Exception
- LocalException
- ProtocolException
- MarshalException
- Ice::NoValueFactoryException
- Defined in:
- lib/Ice/LocalException.rb
Instance Attribute Summary collapse
-
#type ⇒ Object
Returns the value of attribute type.
Attributes inherited from ProtocolException
Instance Method Summary collapse
-
#initialize(reason = '', type = '') ⇒ NoValueFactoryException
constructor
A new instance of NoValueFactoryException.
- #to_s ⇒ Object
Methods inherited from Exception
Constructor Details
#initialize(reason = '', type = '') ⇒ NoValueFactoryException
Returns a new instance of NoValueFactoryException.
896 897 898 899 |
# File 'lib/Ice/LocalException.rb', line 896 def initialize(reason='', type='') super(reason) @type = type end |
Instance Attribute Details
#type ⇒ Object
Returns the value of attribute type.
905 906 907 |
# File 'lib/Ice/LocalException.rb', line 905 def type @type end |
Instance Method Details
#to_s ⇒ Object
901 902 903 |
# File 'lib/Ice/LocalException.rb', line 901 def to_s '::Ice::NoValueFactoryException' end |