Go to the documentation of this file. 5 #ifndef BALL_QSAR_EXCEPTION_H 6 #define BALL_QSAR_EXCEPTION_H 8 #ifndef BALL_COMMON_EXCEPTION_H 32 PropertyError(
const char* file,
unsigned long line,
const char* sd_file,
int mol,
const char* mess=
"")
throw();
48 InconsistentUsage(
const char* file,
unsigned long line,
const char* mess=
"")
throw();
64 WrongDataType(
const char* file,
unsigned long line,
const char* mess)
throw();
71 NoPCAVariance(
const char* file,
unsigned long line,
const char* mess)
throw();
92 WrongFileFormat(
const char* file,
unsigned long line,
const char* input_file)
throw();
115 #endif // QSAR_EXCEPTION