14 #ifndef ECL_EXCEPTIONS_EXCEPTION_HPP_    15 #define ECL_EXCEPTIONS_EXCEPTION_HPP_    22 #ifndef ECL_DISABLE_EXCEPTIONS    55         virtual const char * what() 
const throw() = 0;
    56         virtual ~Exception() throw() {} 
    68         Exception(
const char* loc ) : location(loc) {};
 
Pre-processed macro definitions that define the target platform. 
#define ecl_exceptions_PUBLIC