C++ exception class for potential errors. More...
#include <boost/exception/all.hpp>
#include <iostream>
Classes | |
struct | cl::exception |
Exception class derived from both std::exception and boost::exception. More... |
C++ exception class for potential errors.
This file contains an exception class definition that is to be used under possible error conditions that can be encountered when running CLCC.
The intention of this class is to provide custom handling when these specific errors occur.