<<

NAME

Koha::Exceptions::Object - Base class for Object exceptions

Exceptions

Koha::Exceptions::Object

Generic Object exception

Koha::Exceptions::Object::DuplicateID

Exception to be used when a duplicate ID is passed.

Koha::Exceptions::Object::FKConstraint

Exception to be used when a foreign key constraint is broken.

Koha::Exceptions::Object::MethodNotFound

Exception to be used when an invalid class method has been invoked.

Koha::Exceptions::Object::PropertyNotFound

Exception to be used when an invalid object property has been requested.

Koha::Exceptions::Object::MethodNotCoveredByTests

Exception to be used when the invoked method is not covered by tests.

Koha::Exceptions::Object::BadValue

Exception to be used when a bad value has been passed for a property.

Class methods

full_message

Overloaded method for exception stringifying.

<<