Exception: OaiPmh::FormatException

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

Instance Attribute Summary

Attributes inherited from OAIException

#code

Instance Method Summary collapse

Constructor Details

#initializeFormatException

Returns a new instance of FormatException.



31
32
33
34
35
# File 'lib/oaipmh/exceptions.rb', line 31

def initialize()
  super('cannotDisseminateFormat', 'The metadata format identified by '\
    'the value given for the metadataPrefix argument is not supported '\
    'by the item or by the repository.')
end