Exception: OAI::VerbException

Inherits:
Exception
  • Object
show all
Defined in:
lib/oai/exception.rb

Constant Summary collapse

CODE =
'badVerb'
MESSAGE =
'Value of the verb argument is not a legal OAI-PMH '\
'verb, the verb argument is missing, or the verb argument is repeated.'

Instance Attribute Summary

Attributes inherited from Exception

#code

Method Summary

Methods inherited from Exception

for, #initialize, register_exception_code

Constructor Details

This class inherits a constructor from OAI::Exception