Package edu.wpi.first.hal.can
Class CANNotInitializedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- edu.wpi.first.hal.can.CANNotInitializedException
-
- All Implemented Interfaces:
Serializable
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.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CANNotInitializedException()
CANNotInitializedException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CANNotInitializedException
public CANNotInitializedException()
-
CANNotInitializedException
public CANNotInitializedException(String msg)
-
-