ROSE  0.11.145.0
Public Member Functions | List of all members
Sawyer::Document::Markup::SyntaxError Class Reference

Description

Syntax error when parsing markup.

Definition at line 210 of file DocumentMarkup.h.

#include <util/Sawyer/DocumentMarkup.h>

Inheritance diagram for Sawyer::Document::Markup::SyntaxError:
Inheritance graph
[legend]
Collaboration diagram for Sawyer::Document::Markup::SyntaxError:
Collaboration graph
[legend]

Public Member Functions

 SyntaxError (const std::string &mesg)
 Syntax error. More...
 
void errorLocation (const ErrorLocation &eloc)
 Set an error location. More...
 
- Public Member Functions inherited from Sawyer::Exception::SyntaxError
 SyntaxError (const std::string &mesg)
 Constructor taking a description of the error. More...
 
- Public Member Functions inherited from Sawyer::Exception::RuntimeError
 RuntimeError (const std::string &mesg)
 Constructor taking a description of the error. More...
 

Constructor & Destructor Documentation

Sawyer::Document::Markup::SyntaxError::SyntaxError ( const std::string &  mesg)
inline

Syntax error.

Definition at line 216 of file DocumentMarkup.h.

Member Function Documentation

void Sawyer::Document::Markup::SyntaxError::errorLocation ( const ErrorLocation eloc)
inline

Set an error location.

Definition at line 220 of file DocumentMarkup.h.


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