PHP Class Sulu\Bundle\PreviewBundle\Preview\Exception\PreviewRendererException

Inheritance: extends PreviewException
Show file Open project: sulu/sulu

Public Methods

Method Description
__construct ( string $message, integer $code, mixed $object, string $id, string $webspaceKey, string $locale, Exception $previous = null )
getId ( ) : string
getLocale ( ) : string
getObject ( ) : mixed
getWebspaceKey ( ) : string

Method Details

__construct() public method

public __construct ( string $message, integer $code, mixed $object, string $id, string $webspaceKey, string $locale, Exception $previous = null )
$message string
$code integer
$object mixed
$id string
$webspaceKey string
$locale string
$previous Exception

getId() public method

public getId ( ) : string
return string

getLocale() public method

public getLocale ( ) : string
return string

getObject() public method

public getObject ( ) : mixed
return mixed

getWebspaceKey() public method

public getWebspaceKey ( ) : string
return string