Parameters error JException error object
options Array of options (ignored)
Return $error
static &handleEcho( &error : JException, options : array ) :
JException
Outputs JException message to screen in HTML. If $_SERVER['HTTP_HOST'] is not set,
the message will either be echoed in plain text, or if STDERR is defined, written to STDERR.
Parameters error JException error object
options Array of options (ignored)
Return $error
static &handleIgnore( &error : JException, options : array ) :
JException
Handle ignore error. No actions taken, returns error.
Parameters error JException error object
options Array of options (ignored)
Return $error
static &handleLog( &error : JException, options : array ) : JException
Adds a log entry to the error log. A new error log is created every day in the format Y-md.
error.log. The entry includes the date, time, level, code, and message.
Parameters error JException error object
options Array of options (passed to JLog)
Return $error
Appendix
[ 390 ]
static &handleMessage( &error : JException, options : array ) :
JException
Adds the JExcpetion message to the application message queue.
Pages:
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545