class P1::ImageSdk::SdkException
#include <P1ImageExceptions.hpp> class SdkException: public runtime_error { public: // fields ErrorCode mCode; std::string mFilePath; int mLineNo; // construction SdkException( ErrorCode code, std::string message, std::string filePath = std::string(), int lineNo = -1 ); };