Exception: OAI::MetadataFormatException
- Defined in:
- lib/oai/exception.rb
Instance Attribute Summary
Attributes inherited from Exception
Instance Method Summary collapse
-
#initialize ⇒ MetadataFormatException
constructor
A new instance of MetadataFormatException.
Constructor Details
#initialize ⇒ MetadataFormatException
Returns a new instance of MetadataFormatException.
56 57 58 59 |
# File 'lib/oai/exception.rb', line 56 def initialize() super('There are no metadata formats available '\ 'for the specified item.', 'noMetadataFormats') end |