#include <error.h>

Public Member Functions | |
| error (std::string const &msg) throw () | |
| General scitbx error message. | |
| error (const char *file, long line, std::string const &msg="", bool internal=true) throw () | |
| Error message with file name and line number. | |
| error | ( | const char * | file, | |
| long | line, | |||
| std::string const & | msg = "", |
|||
| bool | internal = true | |||
| ) | throw () [inline] |
Error message with file name and line number.
Used by the macros below.
1.5.6