Exception: OAI::IdException
- Defined in:
- lib/oai/exception.rb
Instance Attribute Summary
Attributes inherited from Exception
Instance Method Summary collapse
-
#initialize ⇒ IdException
constructor
A new instance of IdException.
Constructor Details
#initialize ⇒ IdException
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 |