wCMF Wiki : ErrorHandling

HomePage :: Categories :: PageIndex :: RecentChanges :: Login/Register
In the application two types of errors are distinguished:
Fatal: Errors, which are so critical, that it's not possible to proceed with the current action (e.g. the missing of a controller).
Non-fatal: Errors, which merely demand a notification to the user (e.g. invalid input)

These errors can be produced in the following ways:

 onError($message, $file='', $line='') 


Many classes define a method getErrorMsg, which provides more detailed information on the cause of an error.

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki
Page was generated in 0.1273 seconds