Jet\Data_Tree_Exception

Exception for Jet\Data_Tree. Contains the following error codes:

class Data_Tree_Exception extends Exception
{

    const 
CODE_INCONSISTENT_TREE_DATA 1;
    const 
CODE_TREE_ALREADY_IN_FOREST 2;

    const 
CODE_NODE_ALREADY_EXISTS 3;
    const 
CODE_MISSING_VALUE 4;

}
Previous chapter
Jet\Data_Tree_Node
Next chapter
Jet\Data_Forest