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();
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
InvalidActivityID(const char *file, unsigned long line)
NoPCAVariance(const char *file, unsigned long line, const char *mess)
SingularMatrixError(const char *file, unsigned long line, const char *mess="")
InvalidActivityID(const char *file, unsigned long line, int act, int m)
WrongDataType(const char *file, unsigned long line, const char *mess)
FeatureSelectionParameterError(const char *file, unsigned long line, const char *mess)
InconsistentUsage(const char *file, unsigned long line, const char *mess="")
ConfigurationReadingError(const char *file, unsigned long line, const char *message)
PropertyError(const char *file, unsigned long line, const char *sd_file, int mol, const char *mess="")
ModelParameterError(const char *file, unsigned long line, const char *mess)
WrongFileFormat(const char *file, unsigned long line, const char *input_file)
KernelParameterError(const char *file, unsigned long line, const char *mess)
TooManyPLSComponents(const char *file, unsigned long line, int comp, int features)