Workflow: ezcWorkflowInvalidInputException
[ ]
[ Theoretical background ]
[ ]
[ ]
[ ]
[ ]
Class: ezcWorkflowInvalidInputException
|
This exception will be thrown when an error occurs during input validation in an input node. [
source]
Parents
Exception
|
--ezcBaseException
|
--ezcWorkflowException
|
--ezcWorkflowExecutionException
|
--ezcWorkflowInvalidInputException
Properties
|
array |
read
|
$errors
The input validation error(s). |
Member Variables
|
protected array(string=>mixed) |
$properties
= array( 'errors' => array(),)
Container to hold the properties |
Inherited Member Variables
From
ezcBaseException:
From
Exception (Internal Class):
|
protected |
$code
|
|
protected |
$file
|
|
protected |
$line
|
|
protected |
$message
|
|
private |
$string
|
|
private |
$trace
|
Method Summary
|
public ezcWorkflowInvalidInputException |
__construct(
$message )
Constructor. |
Inherited Methods
From
ezcBaseException :
From
Exception (Internal Class) :
|
public Exception |
constructor __construct ( $message, $code )
|
|
public void |
getCode ( )
|
|
public void |
getFile ( )
|
|
public void |
getLine ( )
|
|
public void |
getMessage ( )
|
|
public void |
getTrace ( )
|
|
public void |
getTraceAsString ( )
|
|
public void |
__clone ( )
|
|
public void |
__toString ( )
|
Methods
__construct
ezcWorkflowInvalidInputException __construct(
array
$message )
Constructor.
Parameters
| Name |
Type |
Description |
$message |
array |
|
Redefinition of
Last updated: Mon, 21 Dec 2009