OXID eShop CE  4.9.7
 All Classes Files Functions Variables Pages
oxInputException Class Reference
+ 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

Detailed Description

exception class for all kind of exceptions connected to an input done by the user e.g.:

  • not valid email adress
  • negative value

Definition at line 8 of file oxinputexception.php.

Member Function Documentation

oxInputException::getString ( )

Get string dump Overrides oxException::getString()

Returns
string

Reimplemented from oxException.

Definition at line 17 of file oxinputexception.php.


The documentation for this class was generated from the following file: