AdeleResearchGroup / Cilia

Cilia Mediation Framework
http://adeleresearchgroup.github.io/Cilia/
4 stars 2 forks source link

cilia need to have a per exception type basis mechanism. #12

Open ghost opened 11 years ago

ghost commented 11 years ago

Actually the onexception mechanism in cilia cant catch specific exceptions and route data based on the caught exception. a fine grained exception handling feature is needed.

torito commented 11 years ago

It will be ok if the routed ports are based on a regular expression, by example ^error(-[a-zA-Z_0-9]+|) It will allow to have several error ports, for example, error-configuration, error-runtime, ... This ports will be only used by the error handler, and will not be visible for the Dispatcher in the mediator