Exception: OAI::NoMatchException

Inherits:
Exception
  • Object
show all
Defined in:
lib/oai/exception.rb

Instance Attribute Summary

Attributes inherited from Exception

#code

Instance Method Summary collapse

Constructor Details

#initializeNoMatchException

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