Exception: OaiPmh::ArgumentException

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

Instance Attribute Summary

Attributes inherited from OAIException

#code

Instance Method Summary collapse

Constructor Details

#initializeArgumentException

Returns a new instance of ArgumentException.



16
17
18
19
20
# File 'lib/oaipmh/exceptions.rb', line 16

def initialize()
  super('badArgument', 'The request includes ' \
  'illegal arguments, is missing required arguments, includes a ' \
  'repeated argument, or values for arguments have an illegal syntax.')
end