Class BeditaException
Bedita exceptions definitions, loaded from bootstrap.php
In general BEdita errors are interpreted as 500 http code errors.
- Exception
- BeditaException
Direct known subclasses
BeditaAjaxException
,
BEditaAllowURLException
,
BeditaInternalErrorException
,
BEditaIOException
,
BeditaLengthRequiredException
,
BeditaMailException
,
BEditaMediaProviderException
,
BeditaMethodNotAllowedException
,
BEditaMIMEException
,
BeditaNotFoundException
,
BeditaNotImplementedException
,
BeditaPublicationException
,
BeditaBadRequestException
,
BeditaRuntimeException
,
BEditaSaveStreamObjException
,
BeditaServiceUnavailableException
,
BeditaUnauthorizedException
,
BEditaUploadPHPException
,
BEditaURLException
,
BeditaConflictException
,
BEditaDeleteStreamObjException
,
BEditaFileExistException
,
BeditaForbiddenException
,
BeditaFrontAccessException
,
BeditaHashException
,
BEditaInfoException
Methods summary
public
|
#
__construct( string $message = NULL, mixed $details = NULL, $res = self::ERROR, integer $code = 500 )
Constructor |
public
|
|
public
|
|
public
|
|
public
|
|
public
number
|
|
public
string|null
|
|
public
string|null
|
Methods inherited from Exception
__toString()
,
getCode()
,
getFile()
,
getLine()
,
getMessage()
,
getPrevious()
,
getTrace()
,
getTraceAsString()
Properties summary
public
|
$result
|
|
protected
integer
|
$httpCode
The http status code (if any) |
#
null
|
protected
|
$errorDetails
|
|
protected
string
|
$cause
the reason why the Exception was thrown |
#
null
|
protected
|
$errorCode
The instance of the error code thrown |
#
null
|
Properties inherited from Exception
$code
,
$file
,
$line
,
$message