Lookup/Ibis web service client API
  • Class

Classes

  • GroupMethods
  • IbisAttribute
  • IbisAttributeScheme
  • IbisClientConnection
  • IbisContactPhoneNumber
  • IbisContactRow
  • IbisContactWebPage
  • IbisDto
  • IbisError
  • IbisGroup
  • IbisIdentifier
  • IbisInstitution
  • IbisMethods
  • IbisPerson
  • IbisResult
  • IbisResultParser
  • InstitutionMethods
  • PersonMethods

Interfaces

  • ClientConnection

Exceptions

  • IbisException

Class IbisException

Exception thrown when a web service API method fails. This is wrapper around the IbisError object returned by the server, which contains the full details of what went wrong.

Exception
Extended by IbisException
Author: Dean Rasheed (dev-group@ucs.cam.ac.uk)
Located at client/IbisException.php

Methods summary

public
# __construct(IbisError $ibisError)

Construct a new IbisException wrapping the specified IbisError.

Construct a new IbisException wrapping the specified IbisError.

Parameters

$ibisError
The error from the server.

Overrides

Exception::__construct
public IbisError
# getError()

Returns the underlying error from the server.

Returns the underlying error from the server.

Returns

IbisError
The underlying error from the server.

Methods inherited from Exception

__toString(), __wakeup(), getCode(), getFile(), getLine(), getMessage(), getPrevious(), getTrace(), getTraceAsString()

Lookup/Ibis web service client API documentation generated by ApiGen