VuFindHarvest API Documentation

OaiException extends RuntimeException
in package

OAI-PMH exception class

Tags
category

VuFind

author

Demian Katz demian.katz@villanova.edu

license

http://opensource.org/licenses/gpl-2.0.php GNU General Public License

link

Wiki

Table of Contents

$oaiCode  : string
Error code
$oaiMessage  : string
Error message
__construct()  : mixed
Constructor
getOaiCode()  : string
Get OAI-PMH error code
getOaiMessage()  : string
Get OAI-PMH error message

Properties

Methods

__construct()

Constructor

public __construct(string $oaiCode, string $oaiMessage, int $code[, Throwable|null $previous = null ]) : mixed
Parameters
$oaiCode : string

OAI-PMH error code

$oaiMessage : string

OAI-PMH error message

$code : int

Error code

$previous : Throwable|null = null

Previous exception

Return values
mixed

getOaiCode()

Get OAI-PMH error code

public getOaiCode() : string
Return values
string

getOaiMessage()

Get OAI-PMH error message

public getOaiMessage() : string
Return values
string

Search results