|
Re: What is CAN?...
Well, then it's mostly a java issue then.
Java aborts the current thread if an unhandled exception propagates through all of the calling code to the top of the stack and is not caught.
The CAN error is a runtime exception (UncleanStatusException) and will kill the main class if not caught
__________________
FTC Team 72 - No site
FRC Team 399 - http://www.team399.org
2010 Rockwell Collins Innovation in Control Award - (Use of the CAN bus, among other reasons) Phoenix, Arizona!
|