|
OXID eShop CE
4.9.7
|
Inheritance diagram for oxInputException:
Collaboration diagram for oxInputException:Public Member Functions | |
| getString () | |
Public Member Functions inherited from oxException | |
| __construct ($sMessage="not set", $iCode=0) | |
| setLogFileName ($sFile) | |
| getLogFileName () | |
| setMessage ($sMessage) | |
| setRenderer () | |
| isRenderer () | |
| setNotCaught () | |
| isNotCaught () | |
| debugOut () | |
| getValues () | |
| setDestination ($sDestination) | |
Additional Inherited Members | |
Protected Attributes inherited from oxException | |
| $_sFileName = 'EXCEPTION_LOG.txt' | |
| $_blRenderer = false | |
| $_blNotCaught = false | |
exception class for all kind of exceptions connected to an input done by the user e.g.:
Definition at line 8 of file oxinputexception.php.
| oxInputException::getString | ( | ) |
Get string dump Overrides oxException::getString()
Reimplemented from oxException.
Definition at line 17 of file oxinputexception.php.