Exception: OAI::MetadataFormatException

Inherits:
Exception
  • Object
show all
Defined in:
lib/oai/exception.rb

Instance Attribute Summary

Attributes inherited from Exception

#code

Instance Method Summary collapse

Constructor Details

#initializeMetadataFormatException

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