Exception: OaiPmh::IdException

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

Instance Attribute Summary

Attributes inherited from OAIException

#code

Instance Method Summary collapse

Constructor Details

#initializeIdException

Returns a new instance of IdException.



39
40
41
42
# File 'lib/oaipmh/exceptions.rb', line 39

def initialize()
  super('idDoesNotExist', 'The value of the identifier argument is '\
    'unknown or illegal in this repository.')
end