Class: OaiPmh::MetadataFormatException

Inherits:
Object
  • Object
show all
Defined in:
lib/oaipmh/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initializeMetadataFormatException

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