OXID eShop CE
4.9.5
|
Public Member Functions | |
setAdress ($sAdress) | |
getAdress () | |
setConnectionError ($sConnError) | |
getConnectionError () | |
getString () | |
getValues () | |
Public Member Functions inherited from oxException | |
__construct ($sMessage="not set", $iCode=0) | |
setLogFileName ($sFile) | |
getLogFileName () | |
setMessage ($sMessage) | |
setRenderer () | |
isRenderer () | |
setNotCaught () | |
isNotCaught () | |
debugOut () | |
setDestination ($sDestination) |
Private Attributes | |
$_sAddress | |
$_sConnectionError |
Additional Inherited Members | |
Protected Attributes inherited from oxException | |
$_sFileName = 'EXCEPTION_LOG.txt' | |
$_blRenderer = false | |
$_blNotCaught = false |
exception class for all kind of connection problems to external servers, e.g.:
Definition at line 10 of file oxconnectionexception.php.
oxConnectionException::getAdress | ( | ) |
Gives address of the external server which caused the exception
Definition at line 42 of file oxconnectionexception.php.
oxConnectionException::getConnectionError | ( | ) |
Gives the connection error returned by the connect function
Definition at line 62 of file oxconnectionexception.php.
oxConnectionException::getString | ( | ) |
Get string dump Overrides oxException::getString()
Reimplemented from oxException.
Definition at line 73 of file oxconnectionexception.php.
oxConnectionException::getValues | ( | ) |
Override of oxException::getValues()
Reimplemented from oxException.
Definition at line 83 of file oxconnectionexception.php.
oxConnectionException::setAdress | ( | $sAdress | ) |
Enter address of the external server which caused the exception
string | $sAdress | Externalserver address |
Definition at line 32 of file oxconnectionexception.php.
oxConnectionException::setConnectionError | ( | $sConnError | ) |
Sets the connection error returned by the connect function
string | $sConnError | connection error |
Definition at line 52 of file oxconnectionexception.php.
|
private |
Definition at line 18 of file oxconnectionexception.php.
|
private |
Definition at line 25 of file oxconnectionexception.php.