Exception thrown when something cannot be parsed.
More...
#include <Partitioner.h>
|
std::string | name |
| Optional name of input. More...
|
|
unsigned | lnum |
| Line number (1-origin); zero if unknown. More...
|
|
Exception thrown when something cannot be parsed.
Definition at line 1765 of file Partitioner.h.
Partitioner::IPDParser::Exception::Exception |
( |
const std::string & |
mesg) | |
|
|
inline |
Partitioner::IPDParser::Exception::Exception |
( |
const std::string & |
mesg, |
|
|
const std::string & |
name, |
|
|
unsigned |
lnum = 0 |
|
) |
| |
|
inline |
Partitioner::IPDParser::Exception::~Exception |
( |
) | |
|
throw | ( | |
| ) | | |
|
inline |
std::string Partitioner::IPDParser::Exception::format |
( |
) | |
const |
Format exception object into an error message; used by operator<<.
std::ostream& operator<< |
( |
std::ostream & |
, |
|
|
const Exception & |
e |
|
) |
| |
|
friend |
std::string Partitioner::IPDParser::Exception::name |
unsigned Partitioner::IPDParser::Exception::lnum |
Line number (1-origin); zero if unknown.
Definition at line 1776 of file Partitioner.h.
The documentation for this class was generated from the following file: