Go to the documentation of this file.
27 #ifndef QSAR_EXCEPTION
28 #define QSAR_EXCEPTION
30 #ifndef BALL_COMMON_EXCEPTION_H
54 PropertyError(
const char* file,
unsigned long line,
const char* sd_file,
int mol,
const char* mess=
"")
throw();
70 InconsistentUsage(
const char* file,
unsigned long line,
const char* mess=
"")
throw();
86 WrongDataType(
const char* file,
unsigned long line,
const char* mess)
throw();
93 NoPCAVariance(
const char* file,
unsigned long line,
const char* mess)
throw();
114 WrongFileFormat(
const char* file,
unsigned long line,
const char* input_file)
throw();
137 #endif // QSAR_EXCEPTION