Exception: OAI::NoMatchException
- Defined in:
- lib/oai/exception.rb
Instance Attribute Summary
Attributes inherited from Exception
Instance Method Summary collapse
-
#initialize ⇒ NoMatchException
constructor
A new instance of NoMatchException.
Constructor Details
#initialize ⇒ NoMatchException
Returns a new instance of NoMatchException.
48 49 50 51 52 |
# File 'lib/oai/exception.rb', line 48 def initialize() super('The combination of the values of the from, '\ 'until, set and metadataPrefix arguments results in an empty list.', 'noRecordsMatch') end |