|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.dlese.dpc.oai.harvester.OAIErrorException
public class OAIErrorException
Indicates an OAI protocol error code was returned by the data provider during a harvest.
Constructor Summary | |
---|---|
OAIErrorException(String errorCode,
String errorMsg)
Constructor for the OAIErrorException object |
Method Summary | |
---|---|
String |
getOAIErrorCode()
Gets the oAIErrorCode attribute of the OAIErrorException object |
String |
getOAIErrorMessage()
Gets the oAIErrorMessage attribute of the OAIErrorException object |
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 |
---|
public OAIErrorException(String errorCode, String errorMsg)
errorCode
- The OAI error code.errorMsg
- Description of the error.Method Detail |
---|
public String getOAIErrorCode()
public String getOAIErrorMessage()
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |