fcml  1.2.2
Public Member Functions | List of all members
fcml::ParsingFailedException Class Reference

Something failed while parsing. More...

#include <fcml_parser.hpp>

Inheritance diagram for fcml::ParsingFailedException:
Inheritance graph
[legend]
Collaboration diagram for fcml::ParsingFailedException:
Collaboration graph
[legend]

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 ErrorContainergetErrorContainer () 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)
 
BaseExceptionoperator= (const BaseException &exc)
 
const fcml_cstring getMsg () const
 
const fcml_ceh_errorgetError () const
 

Detailed Description

Something failed while parsing.

Since
1.1.0

The documentation for this class was generated from the following file: