LSSTApplications  10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
LSSTDataManagementBasePackage
Classes | Namespaces | Macros
exceptions.h File Reference

definition of Policy-specific exceptions classes More...

#include "lsst/pex/exceptions.h"

Go to the source code of this file.

Classes

class  lsst::pex::policy::BadNameError
 
class  lsst::pex::policy::DictionaryError
 
class  lsst::pex::policy::NameNotFound
 
class  lsst::pex::policy::TypeError
 

Namespaces

 lsst
 Estimate image backgrounds.
 
 lsst::pex
 
 lsst::pex::policy
 

Macros

#define POL_EARGS_TYPED   char const* ex_file, int ex_line, char const* ex_func
 
#define POL_EARGS_UNTYPED   ex_file, ex_line, ex_func
 
#define POL_EXCEPT_VIRTFUNCS(etn)
 

Detailed Description

definition of Policy-specific exceptions classes

Author
Ray Plante

Definition in file exceptions.h.

Macro Definition Documentation

#define POL_EARGS_TYPED   char const* ex_file, int ex_line, char const* ex_func

Definition at line 37 of file exceptions.h.

#define POL_EARGS_UNTYPED   ex_file, ex_line, ex_func

Definition at line 38 of file exceptions.h.

#define POL_EXCEPT_VIRTFUNCS (   etn)
Value:
char const *etn::getType(void) const throw() { return #etn " *"; } \
lsst::pex::exceptions::Exception *etn::clone(void) const { \
return new etn(*this); \
}

Definition at line 39 of file exceptions.h.