Payment_PayPal_SOAP
[ class tree: Payment_PayPal_SOAP ] [ index: Payment_PayPal_SOAP ] [ all elements ]

Class: Payment_PayPal_SOAP_FaultException

Source Location: /Payment_PayPal_SOAP-0.5.1/Payment/PayPal/SOAP/Exceptions.php

Class Overview

Exception
   |
   --Payment_PayPal_SOAP_FaultException

Exception thrown when a SOAP fault occurs


Author(s):

Copyright:

  • 2008-2012 silverorange

Variables

Methods


Inherited Variables

Class: Exception (Internal Class)

$code
$file
$line
$message
$previous
$string
$trace

Inherited Methods

Class: Exception (Internal Class)

constructor __construct ( [$message = ], [$code = ], [$previous = ] )
getCode ( )
getFile ( )
getLine ( )
getMessage ( )
getPrevious ( )
getTrace ( )
getTraceAsString ( )
__clone ( )
__toString ( )
__wakeup ( )

Class Details

[line 266]
Exception thrown when a SOAP fault occurs


[ Top ]


Class Variables

$_soapClient =  null

[line 286]

The SOAP client that caused the exception

Type:   SoapClient


[ Top ]

$_soapFault =  null

[line 278]

The original SoapFault that caused this exception to be thrown

Type:   SoapFault


[ Top ]



Method Detail

__construct (Constructor)   [line 299]

Payment_PayPal_SOAP_FaultException __construct( string $message, integer $code, SoapFault $soapFault, SoapClient $soapClient)

Creates a new PayPal SOAP fault exception
  • Access: public

Overrides Exception::constructor __construct ( [$message = ], [$code = ], [$previous = ] ) (parent method not documented)

Parameters:

string   $message   —  the exception message.
integer   $code   —  the exception code.
SoapFault   $soapFault   —  the original SoapFault.
SoapClient   $soapClient   —  the SOAP client that caused the fault.

[ Top ]

getSoapClient   [line 329]

SoapClient getSoapClient( )

Gets the original SOAP client that caused the exception
  • Return: the SOAP client that caused the exception.
  • Access: public

[ Top ]

getSoapFault   [line 316]

SoapFault getSoapFault( )

Gets the original SoapFault that caused this exception to be thrown
  • Return: the original SoapFault that caused this exception to be thrown.
  • Access: public

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:50:40 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.