|
fcml
1.2.2
|
Something failed while parsing. More...
#include <fcml_parser.hpp>


Public Member Functions | |
| ParsingFailedException (const fcml_cstring msg, ErrorContainer &errorContainer, fcml_ceh_error error=FCML_CEH_GEC_NO_ERROR) | |
Public Member Functions inherited from fcml::ErrorContainerAwareException | |
| ErrorContainerAwareException (const fcml_cstring &msg, const ErrorContainer &errorContainer, fcml_ceh_error error=FCML_CEH_GEC_NO_ERROR) | |
| Creates an error container aware exception instance and sets basic information for it. More... | |
| const ErrorContainer & | getErrorContainer () const |
| Gets a reference to an error container associated with the exception. More... | |
| void | setErrorContainer (const ErrorContainer &errorContainer) |
| Sets a new error container for the exception. More... | |
Public Member Functions inherited from fcml::BaseException | |
| BaseException (fcml_ceh_error error=FCML_CEH_GEC_NO_ERROR) | |
| BaseException (const fcml_cstring &msg, fcml_ceh_error error=FCML_CEH_GEC_NO_ERROR) | |
| BaseException (const BaseException &cpy) | |
| BaseException & | operator= (const BaseException &exc) |
| const fcml_cstring | getMsg () const |
| const fcml_ceh_error & | getError () const |
Something failed while parsing.
1.8.13