Class OAIError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- nl.b3p.commons.oai.dataprovider20.error.OAIError
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BadArgument
,BadGranularity
,BadResumptionToken
,BadVerb
,CannotDisseminateFormat
,IdDoesNotExist
,NoItemsMatch
,NoRecordsMatch
,NoSetHierarchy
public class OAIError extends Exception
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCode()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-