Exception: OaiPmh::SetException

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

Instance Attribute Summary

Attributes inherited from OAIException

#code

Instance Method Summary collapse

Constructor Details

#initializeSetException

Returns a new instance of SetException.



60
61
62
# File 'lib/oaipmh/exceptions.rb', line 60

def initialize()
  super('noSetHierarchy', 'This repository does not support sets.')
end