The alphabet exception base class.
More...
#include <Bpp/Seq/Alphabet/AlphabetExceptions.h>
The alphabet exception base class.
- See Also
- Alphabet, Exception
Definition at line 58 of file AlphabetExceptions.h.
| AlphabetException::AlphabetException |
( |
const std::string & |
text, |
|
|
const Alphabet * |
alpha = 0 |
|
) |
| |
Build a new AlphabetException object.
- Parameters
-
| text | A message to be passed to the exception hierarchy. |
| alpha | A const pointer toward the alphabet that threw the exception. |
Definition at line 52 of file AlphabetExceptions.cpp.
| virtual bpp::AlphabetException::~AlphabetException |
( |
| ) |
throw () |
|
inlinevirtual |
| virtual const Alphabet* bpp::AlphabetException::getAlphabet |
( |
| ) |
const |
|
inlinevirtual |
Get the alphabet that threw the exception.
- Returns
- a const pointer toward the alphabet.
Definition at line 89 of file AlphabetExceptions.h.
References alphabet_.
| const Alphabet* bpp::AlphabetException::alphabet_ |
|
private |
The documentation for this class was generated from the following files: