|
| | NotBound (const char *file, int line) |
| | GeneralException () |
| | Default constructor.
|
| | GeneralException (const char *file, int line) |
| | Constructor.
|
| | GeneralException (const char *file, int line, const String &name, const String &message) |
| | Constructor.
|
| | GeneralException (const GeneralException &exception) |
| | Copy constructor.
|
| virtual | ~GeneralException () throw () |
| | Destructor.
|
| const char * | getName () const |
| | Returns the name of the exception.
|
| const char * | getMessage () const |
| | Returns the error message of the exception.
|
| void | setMessage (const std::string &message) |
| | Modify the exception's error message.
|
| int | getLine () const |
| | Returns the line number where it occurred.
|
| const char * | getFile () const |
| | Returns the file where it occurred.
|
Not bound to two atoms. This exception may be thrown by getLength if this instance is not bound.
Definition at line 72 of file bond.h.