Exception: OAI::IdException

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

#initializeIdException

Returns a new instance of IdException.



41
42
43
44
# File 'lib/oai/exception.rb', line 41

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