Class Recoverable
An incident stores information over the cause of a fault.
- Core\Object implements Core\Chainable
- Core\Set implements Core\Accessor
- Core\Fault\Incident
- Core\Fault\Incident\Exception
- Core\Fault\Incident\Exception\Recoverable
Package: Core\Fault
Since: 3.2
Requires: PHP 5.3
Version: 1.0
Located at Fault/Incident/Exception/Recoverable.inc.php
Methods summary
public
boolean
|
#
recoverable( )
Determines whether the incident is recoverable, i.e. whether execution can continue. |
Methods inherited from Core\Fault\Incident\Exception
__construct()
,
code()
,
filename()
,
line()
,
message()
,
name()
,
previous()
,
silent()
,
trace()
,
type()
Methods inherited from Core\Fault\Incident
Methods inherited from Core\Object
__autocreateFactory()
,
__call()
,
__processParameters()
,
__toString()
,
attachMethod()
,
chain()
,
getValueForKey()
,
getValueForKeyPath()
,
getValueForUndefinedKey()
,
hash()
,
issetValueForKey()
,
setValueForKey()
,
setValueForKeyPath()
,
setValueForUndefinedKey()
,
uuid()
Constants summary
Constants inherited from Core\Fault\Incident
Constants inherited from Core\Object
AnyParameterType
,
AutochainParameterType
,
AutocreateParameterType
,
BooleanParameterType
,
CharParameterType
,
EnumParameterType
,
IntegerParameterType
,
RealParameterType
,
StringParameterType
,
UserParameterType
Properties summary
Properties inherited from Core\Fault\Incident\Exception
Properties inherited from Core\Fault\Incident
Magic properties inherited from Core\Fault\Incident
$code
,
$filename
,
$line
,
$message
,
$previous
,
$raw
,
$silent
,
$timestamp
,
$trace
,
$type