edu.wpi.first.wpilibj.can
Class CANNotInitializedException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.lang.RuntimeException
java.lang.RuntimeException
               edu.wpi.first.wpilibj.can.CANNotInitializedException
edu.wpi.first.wpilibj.can.CANNotInitializedException
- public class CANNotInitializedException 
- extends RuntimeException
Exception indicating that the CAN driver layer has not been initialized.
 This happens when an entry-point is called before a CAN driver plugin
 has been installed.
 
 
 
 
CANNotInitializedException
public CANNotInitializedException()
"For updated information see the Java FRC site"