OXID eShop CE
4.10.6
|
Public Member Functions | |
setComponent ($sComponent) | |
getComponent () | |
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 | |
$_sComponent |
Additional Inherited Members | |
Protected Attributes inherited from oxException | |
$_sFileName = 'EXCEPTION_LOG.txt' | |
$_blRenderer = false | |
$_blNotCaught = false |
exceptions for missing components e.g.:
Definition at line 10 of file oxsystemcomponentexception.php.
oxSystemComponentException::getComponent | ( | ) |
Name of the component that caused the exception
Definition at line 35 of file oxsystemcomponentexception.php.
oxSystemComponentException::getString | ( | ) |
Get string dump Overrides oxException::getString()
Reimplemented from oxException.
Definition at line 46 of file oxsystemcomponentexception.php.
oxSystemComponentException::getValues | ( | ) |
Creates an array of field name => field value of the object. To make a easy conversion of exceptions to error messages possible. Should be extended when additional fields are used! Overrides oxException::getValues().
Reimplemented from oxException.
Definition at line 59 of file oxsystemcomponentexception.php.
oxSystemComponentException::setComponent | ( | $sComponent | ) |
Sets the component name which caused the exception as a string.
string | $sComponent | name of component |
Definition at line 25 of file oxsystemcomponentexception.php.
|
private |
Definition at line 18 of file oxsystemcomponentexception.php.