an exception thrown because a syntax error specific to the format being parsed was encountered.
More...
#include <parserexceptions.h>
an exception thrown because a syntax error specific to the format being parsed was encountered.
Definition at line 155 of file parserexceptions.h.
◆ FormatSyntaxError() [1/3]
lsst::pex::policy::FormatSyntaxError::FormatSyntaxError |
( |
POL_EARGS_TYPED |
| ) |
|
|
inline |
Create an exception the exception with a default message.
Definition at line 160 of file parserexceptions.h.
◆ FormatSyntaxError() [2/3]
Create an exception the exception with a given message.
- Parameters
-
msg | a message describing the problem. |
Definition at line 166 of file parserexceptions.h.
◆ FormatSyntaxError() [3/3]
Create an exception the exception with a given message.
- Parameters
-
msg | a message describing the problem. |
lineno | a line number in the file (or stream) being parsed where the problem occurred. The first line of the file is typically line 1. |
Definition at line 175 of file parserexceptions.h.
◆ clone()
◆ getType()
virtual char const* lsst::pex::policy::FormatSyntaxError::getType |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
virtual |
◆ makeLocatedMessage()
The documentation for this class was generated from the following file: