Exception that is thrown if a method an invalid IndexPair is given.
More...
#include <OpenMS/FEATUREFINDER/FeatureFinderAlgorithmPicked.h>
|
| | NoSuccessor (const char *file, int line, const char *function, const IndexPair &index) |
| |
| | ~NoSuccessor () noexcept override=default |
| |
| | NoSuccessor (const char *file, int line, const char *function, const IndexPair &index) |
| |
| | ~NoSuccessor () noexcept override=default |
| |
| | BaseException () noexcept |
| | Default constructor.
|
| |
| | BaseException (const char *file, int line, const char *function) noexcept |
| | Constructor.
|
| |
| | BaseException (const char *file, int line, const char *function, const std::string &name, const std::string &message) noexcept |
| | Constructor.
|
| |
| | BaseException (const BaseException &exception) noexcept |
| | Copy constructor.
|
| |
| | ~BaseException () noexcept override |
| | Destructor.
|
| |
| const char * | getName () const noexcept |
| | Returns the name of the exception.
|
| |
| int | getLine () const noexcept |
| | Returns the line number where it occurred.
|
| |
| const char * | getFile () const noexcept |
| | Returns the file where it occurred.
|
| |
| const char * | getFunction () const noexcept |
| | Returns the function where it occurred.
|
| |
| const char * | getMessage () const noexcept |
| | Returns the message.
|
| |
|
| IndexPair | index_ |
| |
| const char * | file_ |
| | The source file the exception was thrown in.
|
| |
| int | line_ |
| | The line number the exception was thrown in.
|
| |
| const char * | function_ |
| | The source file the exception was thrown in.
|
| |
| std::string | name_ |
| | The name of the exception.
|
| |
Exception that is thrown if a method an invalid IndexPair is given.
◆ NoSuccessor() [1/2]
◆ ~NoSuccessor() [1/2]
◆ NoSuccessor() [2/2]
◆ ~NoSuccessor() [2/2]
◆ index_