DLESE Tools
v1.6.0

org.dlese.dpc.repository
Class OAIErrorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.dlese.dpc.repository.OAIErrorException
All Implemented Interfaces:
Serializable

public class OAIErrorException
extends Exception

Indicates an OAI error.

Version:
$Id: OAIErrorException.java,v 1.2 2009/03/20 23:33:54 jweather Exp $
Author:
John Weatherley
See Also:
OAICodes, Serialized Form

Method Summary
 String getErrorCode()
          Gets the errorCode 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
 

Method Detail

getErrorCode

public String getErrorCode()
Gets the errorCode attribute of the OAIErrorException object

Returns:
The errorCode value

DLESE Tools
v1.6.0