A simple workflow behavior for Yii ActiveRecord
 All Data Structures Files Functions Variables Pages
SWException Class Reference
Inheritance diagram for SWException:

Data Fields

const SW_ERR_ATTR_NOT_FOUND =01
 
const SW_ERR_REETRANCE =02
 
const SW_ERR_WRONG_TYPE =03
 
const SW_ERR_IN_WORKFLOW =04
 
const SW_ERR_CREATE_FAILS =05
 
const SW_ERR_WRONG_STATUS =06
 
const SW_ERR_WORKFLOW_NOT_FOUND =07
 
const SW_ERR_WORKFLOW_ID =08
 
const SW_ERR_NODE_NOT_FOUND =09
 
const SW_ERR_STATUS_UNREACHABLE =10
 
const SW_ERR_CREATE_NODE =11
 
const SW_ERR_MISSING_NODE_ID =12
 

Detailed Description

Exception thrown by the simpleWorkflow behavior.

Field Documentation

const SW_ERR_ATTR_NOT_FOUND =01
const SW_ERR_CREATE_FAILS =05
const SW_ERR_CREATE_NODE =11
const SW_ERR_IN_WORKFLOW =04
const SW_ERR_MISSING_NODE_ID =12
const SW_ERR_NODE_NOT_FOUND =09
const SW_ERR_REETRANCE =02
const SW_ERR_STATUS_UNREACHABLE =10
const SW_ERR_WORKFLOW_ID =08
const SW_ERR_WORKFLOW_NOT_FOUND =07
const SW_ERR_WRONG_STATUS =06
const SW_ERR_WRONG_TYPE =03

The documentation for this class was generated from the following file: