|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dlese.dpc.oai.OAIError
public class OAIError
An internal data structure that holds an individual OAI error code and a human-readable description that accompanies it.
Constructor Summary | |
---|---|
OAIError(String errorCode,
String message)
Constructor for the OAIError object |
Method Summary | |
---|---|
String |
getErrorCode()
Gets the errorCode attribute of the OAIError object |
String |
getMessage()
Gets the message attribute of the OAIError object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OAIError(String errorCode, String message)
message
- A human-readable message that describes this error.errorCode
- The OAI ErrorCode for this error.Method Detail |
---|
public String getErrorCode()
public String getMessage()
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |