General exception for the Workflow component.
Source for this file: /Workflow/src/exceptions/exception.php
Exception | --ezcBaseException | --ezcWorkflowException
Version: | //autogen// |
Child Class | Description |
---|---|
ezcWorkflowExecutionException | Exception will be thrown when an error occurs during workflow execution. |
ezcWorkflowDefinitionStorageException | This exception will be thrown when an error related to saving or loading a workflow definition occurs. |
From ezcBaseException | |
---|---|
public |
ezcBaseException::$originalMessage
|
From ezcBaseException | |
---|---|
public ezcBaseException |
ezcBaseException::__construct()
Constructs a new ezcBaseException with $message |