poa28451 / grtframework

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

Handling CanJaguar Exceptions #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently CanJaguar Exceptions from WPILibJ are not handled, and all we get are 
crappy stack traces. We need to propagate these through the API up to user 
land. The challenge here is that while we have exception types, we want to 
ensure backwards compatibility without violating java paradigms. 
Time to stop sidestepping this issue. 

Original issue reported on code.google.com by sparta...@gmail.com on 31 Mar 2011 at 5:42

GoogleCodeExporter commented 9 years ago
Implementation complete, logic tested but not on a CRIO.
Decided to not wrap this with CANJaguar faults.

Original comment by andrewth...@gmail.com on 13 Apr 2011 at 9:28