Exception: OaiPmh::IdException
- Inherits:
-
OAIException
- Object
- RuntimeError
- OAIException
- OaiPmh::IdException
- Defined in:
- lib/oaipmh/exceptions.rb
Instance Attribute Summary
Attributes inherited from OAIException
Instance Method Summary collapse
-
#initialize ⇒ IdException
constructor
A new instance of IdException.
Constructor Details
#initialize ⇒ IdException
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 |