Exception class thrown by the Artelys Kalis library.
Example :
try { new KSession(); // Model and solve here } catch (ArtelysException &artelysException) { std::cerr << "An exception occured : " << artelysException.getMessage() << std::endl; }
2016.1