fedora.oai
Class BadArgumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fedora.oai.OAIException
fedora.oai.BadArgumentException
- All Implemented Interfaces:
- java.io.Serializable
- public class BadArgumentException
- extends OAIException
Title: BadArgumentException.java
Description: Signals that a request includes illegal arguments,
is missing required arguments, includes a repeated argument, or values for
arguments have an illegal syntax.
This may occur while fulfilling any request.
- Version:
- $Id: BadArgumentException.java,v 1.7 2005/04/21 12:42:08 rlw Exp $
- Author:
- cwilper@cs.cornell.edu
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BadArgumentException
public BadArgumentException()
BadArgumentException
public BadArgumentException(java.lang.String message)