Package org.dlese.dpc.oai
Class OAIError
java.lang.Object
org.dlese.dpc.oai.OAIError
An internal data structure that holds an individual OAI error code and a
human-readable description that accompanies it.
- Author:
- John Weatherley
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the errorCode attribute of the OAIError objectGets the message attribute of the OAIError object
-
Constructor Details
-
OAIError
Constructor for the OAIError object- Parameters:
errorCode- The OAI ErrorCode for this error.message- A human-readable message that describes this error.
-
-
Method Details
-
getErrorCode
Gets the errorCode attribute of the OAIError object- Returns:
- The errorCode value
-
getMessage
Gets the message attribute of the OAIError object- Returns:
- The message value
-