Exception: OaiPmh::ArgumentException
- Inherits:
-
OAIException
- Object
- RuntimeError
- OAIException
- OaiPmh::ArgumentException
- Defined in:
- lib/oaipmh/exceptions.rb
Instance Attribute Summary
Attributes inherited from OAIException
Instance Method Summary collapse
-
#initialize ⇒ ArgumentException
constructor
A new instance of ArgumentException.
Constructor Details
#initialize ⇒ ArgumentException
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 |