LSSTApplications
10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
LSSTDataManagementBasePackage
|
#include <parserexceptions.h>
Public Member Functions | |
UnsupportedSyntax (POL_EARGS_TYPED) | |
UnsupportedSyntax (POL_EARGS_TYPED, const std::string &msg) | |
UnsupportedSyntax (POL_EARGS_TYPED, const std::string &msg, int lineno) | |
virtual char const * | getType () const throw () |
virtual lsst::pex::exceptions::Exception * | clone () const |
![]() | |
SyntaxError (POL_EARGS_TYPED) | |
SyntaxError (POL_EARGS_TYPED, const std::string &msg) | |
SyntaxError (POL_EARGS_TYPED, const std::string &msg, int lineno) | |
![]() | |
ParserError (POL_EARGS_TYPED) | |
ParserError (POL_EARGS_TYPED, const std::string &msg) | |
ParserError (POL_EARGS_TYPED, const std::string &msg, int lineno) | |
Additional Inherited Members | |
![]() | |
static std::string | makeLocatedMessage (const std::string &msg, int lineno) |
an exception thrown because syntax was encountered that is legal for the format being parsed but which is not supported for encoding Policies.
Definition at line 204 of file parserexceptions.h.
|
inline |
Create an exception the exception with a default message.
Definition at line 210 of file parserexceptions.h.
|
inline |
Create an exception the exception with a given message.
msg | a message describing the problem. |
Definition at line 217 of file parserexceptions.h.
|
inline |
Create an exception the exception with a given message.
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 227 of file parserexceptions.h.
|
virtual |
Reimplemented from lsst::pex.policy::SyntaxError.
|
virtual |
Reimplemented from lsst::pex.policy::SyntaxError.