Public Member Functions | |
setComponent ($sComponent) | |
getComponent () | |
getString () | |
getValues () | |
Private Attributes | |
$_sComponent |
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 36 of file oxsystemcomponentexception.php.
oxSystemComponentException.getString | ( | ) |
Get string dump Overrides oxException.getString()
Reimplemented from oxException.
Definition at line 47 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 60 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 26 of file oxsystemcomponentexception.php.
oxSystemComponentException.$_sComponent [private] |
Definition at line 17 of file oxsystemcomponentexception.php.