CARMA C++
|
Exception class to indicate janz interface failure. More...
#include <carma/canbus/exceptions.h>
Exception class to indicate janz interface failure.
This exception is a generic exception to indicate that some janz dependent interface has failed. Janz provides two underlying c interfaces upon which carma::canbus is built. Since these are c interfaces, carma::canbus contains many checks to make sure that a call was successful. This exception is thrown upon failure of one of those calls. It often will signal a misconfigured system or in rare cases a programming error.