an exception indicated that the stream being parsed ended prematurely.
More...
#include <parserexceptions.h>
an exception indicated that the stream being parsed ended prematurely.
Definition at line 85 of file parserexceptions.h.
◆ EOFError() [1/4]
Create an exception the exception with a default message.
Definition at line 90 of file parserexceptions.h.
◆ EOFError() [2/4]
Create an exception the exception with a given message.
- Parameters
-
msg | a message describing the problem. |
Definition at line 96 of file parserexceptions.h.
◆ EOFError() [3/4]
Create an exception the exception with a default message.
- Parameters
-
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 104 of file parserexceptions.h.
◆ EOFError() [4/4]
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 114 of file parserexceptions.h.
◆ clone()
◆ getType()
virtual char const* lsst::pex::policy::EOFError::getType |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
virtual |
◆ makeLocatedMessage()
The documentation for this class was generated from the following file: