Moodle  2.2.1
http://www.collinsharper.com
webservice_parameter_exception Class Reference
Inheritance diagram for webservice_parameter_exception:
Collaboration diagram for webservice_parameter_exception:

Public Member Functions

 __construct ($errorcode=null, $a= '', $debuginfo=null)

Detailed Description

Web service parameter exception class

Deprecated:
since Moodle 2.2 - use moodle exception instead This exception must be thrown to the web service client when a web service parameter is invalid The error string is gotten from webservice.php

Definition at line 152 of file setuplib.php.


Constructor & Destructor Documentation

__construct ( errorcode = null,
a = '',
debuginfo = null 
)

Constructor

Parameters:
string$errorcodeThe name of the string from webservice.php to print
string$aThe name of the parameter

Definition at line 158 of file setuplib.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations