|
libBioLCCC
|
This exception is raised when a parsing process cannot be completed. More...
#include <parsing.h>
Public Member Functions | |
| ParsingException (std::string message) | |
| Constructs an instance ParsingException with the given message. | |
Public Member Functions inherited from BioLCCC::BioLCCCException | |
| BioLCCCException (std::string message) | |
| A default constructor. | |
| ~BioLCCCException () noexcept | |
| A default destructor. | |
| virtual const char * | what () const noexcept |
| Returns a message. | |
This exception is raised when a parsing process cannot be completed.