org.fao.oaipmh.exceptions
Class BadArgumentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.fao.oaipmh.exceptions.OaiPmhException
              extended by org.fao.oaipmh.exceptions.BadArgumentException
All Implemented Interfaces:
java.io.Serializable

public class BadArgumentException
extends OaiPmhException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.fao.oaipmh.exceptions.OaiPmhException
BAD_ARGUMENT, BAD_RESUMPTION_TOKEN, BAD_VERB, CANNOT_DISSEMINATE_FORMAT, ID_DOES_NOT_EXIST, NO_METADATA_FORMATS, NO_RECORDS_MATCH, NO_SET_HIERARCHY
 
Constructor Summary
BadArgumentException(java.lang.String message)
           
BadArgumentException(java.lang.String message, org.jdom.Element response)
           
 
Method Summary
 
Methods inherited from class org.fao.oaipmh.exceptions.OaiPmhException
getCode, getResponse, marshal, toString, unmarshal
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BadArgumentException

public BadArgumentException(java.lang.String message)

BadArgumentException

public BadArgumentException(java.lang.String message,
                            org.jdom.Element response)