Public Member Functions | |
setContainer ($container) | |
getContainer () | |
getLevel () | |
setLevel ($level) | |
getPosition () | |
setPosition ($position) | |
Public Attributes | |
const | NOTICE = 'NOTICE' |
const | WARNING = 'WARNING' |
const | ERROR = 'ERROR' |
const | FATAL = 'FATAL' |
Protected Attributes | |
$_container | |
$_level | |
$_position |
Definition at line 35 of file Exception.php.
getContainer | ( | ) |
getLevel | ( | ) |
getPosition | ( | ) |
setContainer | ( | $ | container | ) |
setLevel | ( | $ | level | ) |
setPosition | ( | $ | position | ) |
$_container [protected] |
Definition at line 43 of file Exception.php.
$_level [protected] |
Definition at line 45 of file Exception.php.
$_position [protected] |
Definition at line 47 of file Exception.php.
Definition at line 40 of file Exception.php.
Definition at line 41 of file Exception.php.
Definition at line 38 of file Exception.php.
Definition at line 39 of file Exception.php.