|
bpp-seq
2.1.0
|
Exception thrown in case no character is available for a certain state in an alphabet. More...
#include <Bpp/Seq/Alphabet/AlphabetExceptions.h>
Inheritance diagram for bpp::CharStateNotSupportedException:
Collaboration diagram for bpp::CharStateNotSupportedException:Public Member Functions | |
| CharStateNotSupportedException (const std::string &text="", const Alphabet *alpha=0) | |
| Build a new CharStateNotSupportedException. | |
| virtual | ~CharStateNotSupportedException () throw () |
| virtual const Alphabet * | getAlphabet () const |
| Get the alphabet that threw the exception. | |
| const char * | what () const |
Protected Attributes | |
| std::string | message_ |
Exception thrown in case no character is available for a certain state in an alphabet.
Definition at line 196 of file AlphabetExceptions.h.
| CharStateNotSupportedException::CharStateNotSupportedException | ( | const std::string & | text = "", |
| const Alphabet * | alpha = 0 |
||
| ) |
Build a new CharStateNotSupportedException.
| text | A message to be passed to the exception hierarchy. |
| alpha | A const pointer toward the alphabet that threw the exception. |
Definition at line 89 of file AlphabetExceptions.cpp.
| virtual bpp::CharStateNotSupportedException::~CharStateNotSupportedException | ( | ) | throw () [inline, virtual] |
Definition at line 207 of file AlphabetExceptions.h.
| virtual const Alphabet* bpp::AlphabetException::getAlphabet | ( | ) | const [inline, virtual, inherited] |
Get the alphabet that threw the exception.
Definition at line 89 of file AlphabetExceptions.h.
References bpp::AlphabetException::alphabet_.