org.dspace.harvest
Class OAIHarvester.HarvestingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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 © 2010 DuraSpace. All Rights Reserved.