17#ifndef _RBTLIGANDERROR_H_
18#define _RBTLIGANDERROR_H_
20#include "rxdock/Error.h"
24const std::string IDS_LIGAND_ERROR =
"RBT_LIGAND_ERROR";
30 const std::string &strMessage =
"")
31 :
Error(IDS_LIGAND_ERROR, strFile, nLine, strMessage) {}
35 LigandError(
const std::string &strName,
const std::string &strFile,
int nLine,
36 const std::string &strMessage =
"")
37 :
Error(strName, strFile, nLine, strMessage) {}
Definition LigandError.h:27