Exception: OaiPmh::NoMatchException

Inherits:
OAIException show all
Defined in:
lib/oaipmh/exceptions.rb

Instance Attribute Summary

Attributes inherited from OAIException

#code

Instance Method Summary collapse

Constructor Details

#initializeNoMatchException

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