"

2013 FRC Java API

"

edu.wpi.first.wpilibj.can
Class CANTimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by edu.wpi.first.wpilibj.can.CANTimeoutException

public class CANTimeoutException
extends IOException

Exception indicating that the CAN device did not respond within the timeout period specified.


Constructor Summary
CANTimeoutException()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CANTimeoutException

public CANTimeoutException()

"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"