Exception: OaiPmh::NoMatchException
- Inherits:
-
OAIException
- Object
- RuntimeError
- OAIException
- OaiPmh::NoMatchException
- Defined in:
- lib/oaipmh/exceptions.rb
Instance Attribute Summary
Attributes inherited from OAIException
Instance Method Summary collapse
-
#initialize ⇒ NoMatchException
constructor
A new instance of NoMatchException.
Constructor Details
#initialize ⇒ NoMatchException
Returns a new instance of NoMatchException.
46 47 48 49 |
# File 'lib/oaipmh/exceptions.rb', line 46 def initialize() super('noRecordsMatch', 'The combination of the values of the from, '\ 'until, set and metadataPrefix arguments results in an empty list.') end |