2005/5/9

     
 

CMCException_h

artefaktur
Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   Namespace Members   Compound Members   Related Pages  

CMCException.h File Reference

#include "mc.h"
#include <acdk/util/logging/Log.h>

Namespaces

namespace  acdk
namespace  acdk::tools
namespace  acdk::tools::mc

Defines

#define THROW_CMC(ex, in, msg)


Define Documentation

#define THROW_CMC ex,
in,
msg   ) 
 

Value:

do {  \
  ACDK_LOG(Fatal, msg); \
  THROW2(ex, in, msg); \
  } while (false)