VuFind API Documentation

RecordMissing extends Exception
in package
implements HttpStatusInterface, SeverityLevelInterface

Record Missing Exception

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

Interfaces, Classes, Traits and Enums

HttpStatusInterface
Interface for exceptions that should trigger specific HTTP status codes when unhandled.
SeverityLevelInterface
Interface for exceptions to indicate the logging severity level.

Table of Contents

getHttpStatus()  : int
Get HTTP status associated with this exception.
getSeverityLevel()  : int
Get the logging severity level for this exception.

Methods

getHttpStatus()

Get HTTP status associated with this exception.

public getHttpStatus() : int
Return values
int

getSeverityLevel()

Get the logging severity level for this exception.

public getSeverityLevel() : int
Return values
int

Search results