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