SOAPFAULT(3) 1 SOAPFAULT(3)
The SoapFault class
INTRODUCTION
Represents a SOAP fault.
CLASS SYNOPSIS
SoapFault
SoapFaultextends
Exception
Inherited properties
o protected string$message
o protected int$code
o protected string$file
o protected int$line
Methods
o
SoapFault::__construct (string $faultcode, string $faultstring, [string $faultactor], [string $detail], [string $faultname], [string
$headerfault])
o
SoapFault::SoapFault (string $faultcode, string $faultstring, [string $faultactor], [string $detail], [string $faultname], [string
$headerfault])
o public string SoapFault::__toString (void )
Inherited methods
o finalpublic string Exception::getMessage (void )
o finalpublic Exception Exception::getPrevious (void )
o finalpublic mixed Exception::getCode (void )
o finalpublic string Exception::getFile (void )
o finalpublic int Exception::getLine (void )
o finalpublic array Exception::getTrace (void )
o finalpublic string Exception::getTraceAsString (void )
o public string Exception::__toString (void )
o finalprivate void Exception::__clone (void )
PHP Documentation Group SOAPFAULT(3)