PeteGashek / puzzlebazar

Automatically exported from code.google.com/p/puzzlebazar
0 stars 0 forks source link

Cleanly document ServiceException from ActionException #51

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Right now, the dispatcher uses ServiceExcepetion and ActionException 
interchangeably.

ActionException should be thrown by the handler when something goes wrong 
with the Action in a known fashion. For example, if the user doesn't have the 
privileges to execture an Action.

ServiceException should be thrown whenever an unhandled exception escapes.

Original issue reported on code.google.com by philippe.beaudoin on 15 Mar 2010 at 4:55

GoogleCodeExporter commented 9 years ago
Cleaned that considerably.

Original comment by philippe.beaudoin on 17 Mar 2010 at 2:07