Class: OaiPmh::MetadataFormatException
- Inherits:
-
Object
- Object
- OaiPmh::MetadataFormatException
- Defined in:
- lib/oaipmh/exceptions.rb
Instance Method Summary collapse
-
#initialize ⇒ MetadataFormatException
constructor
A new instance of MetadataFormatException.
Constructor Details
#initialize ⇒ MetadataFormatException
Returns a new instance of MetadataFormatException.
53 54 55 56 |
# File 'lib/oaipmh/exceptions.rb', line 53 def initialize() super('noMetadataFormats', 'There are no metadata formats available '\ 'for the specified item.') end |