| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
 Inheritance diagram for ilBMFFault:
 Inheritance diagram for ilBMFFault: Collaboration diagram for ilBMFFault:
 Collaboration diagram for ilBMFFault:| Public Member Functions | |
| ilBMFFault ($faultstring= 'unknown error', $faultcode= 'Client', $faultactor=NULL, $detail=NULL, $mode=null, $options=null) | |
| Constructor. | |
| message () | |
| message | |
| getFault () | |
| getFault | |
| getActor () | |
| getActor | |
| getDetail () | |
| getDetail | |
|  Public Member Functions inherited from PEAR_Error | |
| PEAR_Error ($message= 'unknown error', $code=null, $mode=null, $options=null, $userinfo=null) | |
| PEAR_Error constructor. | |
| getMode () | |
| Get the error mode from an error object. | |
| getCallback () | |
| Get the callback function/method from an error object. | |
| getMessage () | |
| Get the error message from an error object. | |
| getCode () | |
| Get error code from an error object. | |
| getType () | |
| Get the name of this error/exception. | |
| getUserInfo () | |
| Get additional user-supplied information. | |
| getDebugInfo () | |
| Get additional debug information supplied by the application. | |
| getBacktrace ($frame=null) | |
| Get the call backtrace from where the error was generated. | |
| addUserInfo ($info) | |
| __toString () | |
| toString () | |
| Make a string representation of this object. | |
| Additional Inherited Members | |
|  Data Fields inherited from PEAR_Error | |
| $error_message_prefix = '' | |
| $mode = PEAR_ERROR_RETURN | |
| $level = E_USER_NOTICE | |
| $code = -1 | |
| $message = '' | |
| $userinfo = '' | |
| $backtrace = null | |
Definition at line 37 of file class.ilBMFFault.php.
| ilBMFFault::getActor | ( | ) | 
getActor
returns the SOAP actor for the fault
Definition at line 117 of file class.ilBMFFault.php.
References PEAR_Error\$error_message_prefix.
| ilBMFFault::getDetail | ( | ) | 
getDetail
returns the fault detail
Definition at line 130 of file class.ilBMFFault.php.
References PEAR_Error\$userinfo.
| ilBMFFault::getFault | ( | ) | 
getFault
returns a simple native php array containing the fault data
Definition at line 90 of file class.ilBMFFault.php.
References PEAR_Error\$code, PEAR_Error\$error_message_prefix, PEAR_Error\$message, PEAR_Error\$userinfo, and message().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilBMFFault::ilBMFFault | ( | $faultstring = 'unknown error', | |
| $faultcode = 'Client', | |||
| $faultactor = NULL, | |||
| $detail = NULL, | |||
| $mode = null, | |||
| $options = null | |||
| ) | 
Constructor.
| string | message string for fault | 
| mixed | the faultcode | 
| mixed | see PEAR::ERROR | 
| mixed | see PEAR::ERROR | 
| array | the userinfo array is used to pass in the SOAP actor and detail for the fault | 
Definition at line 50 of file class.ilBMFFault.php.
References PEAR_Error\$mode, and PEAR_Error\PEAR_Error().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilBMFFault::message | ( | ) | 
message
returns a SOAP_Message class that can be sent as a server response
Definition at line 64 of file class.ilBMFFault.php.
References SOAP_ENVELOP.
Referenced by getFault().
 Here is the caller graph for this function:
 Here is the caller graph for this function: