Exception: OAI::ArgumentException
- Defined in:
- lib/oai/exception.rb
Instance Attribute Summary
Attributes inherited from Exception
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 21 |
# File 'lib/oai/exception.rb', line 16 def initialize() super('The request includes ' \ 'illegal arguments, is missing required arguments, includes a ' \ 'repeated argument, or values for arguments have an illegal syntax.', 'badArgument') end |