Definition at line 3 of file oxdisplayerrorinterface.php.
Public Member Functions | |
getOxMessage () | |
getErrorClassType () | |
getValue ($sName) |
oxDisplayErrorInterface.getOxMessage | ( | ) |
This method should return a localized message for displaying
Implemented in oxExceptionToDisplay, and oxDisplayError.
oxDisplayErrorInterface.getErrorClassType | ( | ) |
Returns a type of the error, e.g. the class of the exception or whatever class implemented this interface
Implemented in oxExceptionToDisplay, and oxDisplayError.
oxDisplayErrorInterface.getValue | ( | $ | sName | ) |
Possibility to access additional values
string | $sName Value name |
Implemented in oxExceptionToDisplay, and oxDisplayError.