Exception: MapRedus::ProcessSpecificationError
- Inherits:
-
InvalidProcess
- Object
- NotImplementedError
- InvalidProcess
- MapRedus::ProcessSpecificationError
- Defined in:
- lib/mapredus.rb
Instance Method Summary collapse
-
#initialize ⇒ ProcessSpecificationError
constructor
A new instance of ProcessSpecificationError.
Constructor Details
#initialize ⇒ ProcessSpecificationError
Returns a new instance of ProcessSpecificationError.
14 |
# File 'lib/mapredus.rb', line 14 def initialize; super("MapRedus Process: need to have the specification defined");end |