Exception: OAI::SetException

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

#initializeSetException

Returns a new instance of SetException.



63
64
65
# File 'lib/oai/exception.rb', line 63

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