Exception: OaiPmh::SetException
- Inherits:
-
OAIException
- Object
- RuntimeError
- OAIException
- OaiPmh::SetException
- Defined in:
- lib/oaipmh/exceptions.rb
Instance Attribute Summary
Attributes inherited from OAIException
Instance Method Summary collapse
-
#initialize ⇒ SetException
constructor
A new instance of SetException.
Constructor Details
#initialize ⇒ SetException
Returns a new instance of SetException.
60 61 62 |
# File 'lib/oaipmh/exceptions.rb', line 60 def initialize() super('noSetHierarchy', 'This repository does not support sets.') end |