zippy / ceptr

(a recomposable medium for distributed social computing) || (semantic self-describing protocol stacks)
http://ceptr.org
GNU General Public License v3.0
89 stars 17 forks source link

Add run-tree error handling branch for run trees #5

Closed zippy closed 9 years ago

zippy commented 9 years ago

every run-tree can have a error routine that executes in the case of an error being thrown. This should provide native "try-catch" like functionality for every process at a very granular level

Error routine should expect a REDUCTION_ERROR structured error which always contains a tree path to the node that threw the error.

Should be able to re-throw errors up the chain