Exception: OaiPmh::FormatException
- Inherits:
-
OAIException
- Object
- RuntimeError
- OAIException
- OaiPmh::FormatException
- Defined in:
- lib/oaipmh/exceptions.rb
Instance Attribute Summary
Attributes inherited from OAIException
Instance Method Summary collapse
-
#initialize ⇒ FormatException
constructor
A new instance of FormatException.
Constructor Details
#initialize ⇒ FormatException
Returns a new instance of FormatException.
31 32 33 34 35 |
# File 'lib/oaipmh/exceptions.rb', line 31 def initialize() super('cannotDisseminateFormat', 'The metadata format identified by '\ 'the value given for the metadataPrefix argument is not supported '\ 'by the item or by the repository.') end |