20 #ifndef __JackException__
21 #define __JackException__
23 #include "JackCompilerDeps.h"
32 #define ThrowIf(inCondition, inException) \
47 JackException(
const std::string& msg) : std::runtime_error(msg)
Exception thrown by JackEngine in temporary mode.
Exception possibly thrown by Net slaves.