bpp-seq
2.2.0
|
Exception thrown in case no character is available for a certain state in an alphabet. More...
#include <Bpp/Seq/Alphabet/AlphabetExceptions.h>
Public Member Functions | |
CharStateNotSupportedException (const std::string &text="", const Alphabet *alpha=0) | |
Build a new CharStateNotSupportedException. More... | |
virtual | ~CharStateNotSupportedException () throw () |
virtual const Alphabet * | getAlphabet () const |
Get the alphabet that threw the exception. More... | |
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.
|
inlinevirtual |
Definition at line 207 of file AlphabetExceptions.h.
|
inlinevirtualinherited |
Get the alphabet that threw the exception.
Definition at line 89 of file AlphabetExceptions.h.
References bpp::AlphabetException::alphabet_.