org.dspace.harvest
Class OAIHarvester.HarvestingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.dspace.harvest.OAIHarvester.HarvestingException
All Implemented Interfaces:
Serializable
Enclosing class:
OAIHarvester

public static class OAIHarvester.HarvestingException
extends Exception

Exception class specifically assigned to recoverable errors that occur during harvesting. Throughout the harvest process, various exceptions are caught and turned into a HarvestingException. Uncaught exceptions are irrecoverable errors.

Author:
alexey
See Also:
Serialized Form

Constructor Summary
OAIHarvester.HarvestingException()
           
OAIHarvester.HarvestingException(String message)
           
OAIHarvester.HarvestingException(String message, Throwable t)
           
OAIHarvester.HarvestingException(Throwable t)
           
 
Method Summary
 
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
 

Constructor Detail

OAIHarvester.HarvestingException

public OAIHarvester.HarvestingException()

OAIHarvester.HarvestingException

public OAIHarvester.HarvestingException(String message,
                                        Throwable t)

OAIHarvester.HarvestingException

public OAIHarvester.HarvestingException(String message)

OAIHarvester.HarvestingException

public OAIHarvester.HarvestingException(Throwable t)


Copyright © 2011 DuraSpace. All Rights Reserved.