lsst.pex.policy  13.0-2-g4b114ac
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | List of all members
lsst::pex::policy::EOFError Class Reference

an exception indicated that the stream being parsed ended prematurely. More...

#include <parserexceptions.h>

Inheritance diagram for lsst::pex::policy::EOFError:
lsst::pex::policy::ParserError

Public Member Functions

 EOFError (POL_EARGS_TYPED)
 Create an exception the exception with a default message. More...
 
 EOFError (POL_EARGS_TYPED, const std::string &msg)
 Create an exception the exception with a given message. More...
 
 EOFError (POL_EARGS_TYPED, int lineno)
 Create an exception the exception with a default message. More...
 
 EOFError (POL_EARGS_TYPED, const std::string &msg, int lineno)
 Create an exception the exception with a given message. More...
 
virtual char const * getType () const throw ()
 
virtual
lsst::pex::exceptions::Exception * 
clone () const
 
- Public Member Functions inherited from lsst::pex::policy::ParserError
 ParserError (POL_EARGS_TYPED)
 Create an exception the exception with a default message. More...
 
 ParserError (POL_EARGS_TYPED, const std::string &msg)
 Create an exception the exception with a given message. More...
 
 ParserError (POL_EARGS_TYPED, const std::string &msg, int lineno)
 Create an exception the exception with a given message. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from lsst::pex::policy::ParserError
static std::string makeLocatedMessage (const std::string &msg, int lineno)
 

Detailed Description

an exception indicated that the stream being parsed ended prematurely.

Definition at line 90 of file parserexceptions.h.

Constructor & Destructor Documentation

lsst::pex::policy::EOFError::EOFError ( POL_EARGS_TYPED  )
inline

Create an exception the exception with a default message.

Definition at line 96 of file parserexceptions.h.

lsst::pex::policy::EOFError::EOFError ( POL_EARGS_TYPED  ,
const std::string &  msg 
)
inline

Create an exception the exception with a given message.

Parameters
msga message describing the problem.

Definition at line 105 of file parserexceptions.h.

lsst::pex::policy::EOFError::EOFError ( POL_EARGS_TYPED  ,
int  lineno 
)
inline

Create an exception the exception with a default message.

Parameters
linenoa 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.

lsst::pex::policy::EOFError::EOFError ( POL_EARGS_TYPED  ,
const std::string &  msg,
int  lineno 
)
inline

Create an exception the exception with a given message.

Parameters
msga message describing the problem.
linenoa 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 126 of file parserexceptions.h.

Member Function Documentation

virtual lsst::pex::exceptions::Exception* lsst::pex::policy::EOFError::clone ( ) const
virtual

Reimplemented from lsst::pex::policy::ParserError.

virtual char const* lsst::pex::policy::EOFError::getType ( ) const
throw (
)
virtual

Reimplemented from lsst::pex::policy::ParserError.


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