Exception: OAI::SetException
- Defined in:
- lib/oai/exception.rb
Instance Attribute Summary
Attributes inherited from Exception
Instance Method Summary collapse
-
#initialize ⇒ SetException
constructor
A new instance of SetException.
Constructor Details
#initialize ⇒ SetException
Returns a new instance of SetException.
63 64 65 |
# File 'lib/oai/exception.rb', line 63 def initialize() super('This repository does not support sets.', 'noSetHierarchy') end |