I modified it so that when it throws an exception (in java) instead of actually throwing it, printing the stack trace to the DS LCD box and blinking a light on the dashboard (<- that part didn't quite work, datatype mismatch)
If something can throw an exception make it a compile time catch, because if you forget to handle it somewhere in your code, you will have a bunch of angry drivers telling you to fix your code.
