Parameters error JException error object
options Array of options (ignored)
Return $error
static &handleTrigger( &error : JException, options : array ) :
JException
Triggers a PHP user-level error, warning, or notice.
Parameters error JException error object
options Array of options (ignored)
Return error
static &handleVerbose( &error : JException, options : array ) :
JException
Outputs JException message, info, and backtrace 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
Return $error
static isError( &object : mixed ) : boolean
Checks if object is an error (is of class JException or Exception).
Parameters object Object to check
Returns true if object is an error
Appendix
[ 391 ]
static &raise( level : int, code : string, msg : string, info : mixed=null,
backtrace : boolean=false ) : mixed
Raises a new error of level and executes the associated error handling mechanisms.
Pages:
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546