CMS 3D CMS Logo

List of all members | Public Member Functions
npstat::NpstatInvalidArgument Struct Reference

#include <NpstatException.h>

Inheritance diagram for npstat::NpstatInvalidArgument:
npstat::NpstatException cms::Exception

Public Member Functions

 NpstatInvalidArgument ()
 
 NpstatInvalidArgument (const std::string &description)
 
 ~NpstatInvalidArgument () override throw ()
 
- Public Member Functions inherited from npstat::NpstatException
 NpstatException ()
 
 NpstatException (const std::string &description)
 
 NpstatException (const char *description)
 
 ~NpstatException () override throw ()
 
- Public Member Functions inherited from cms::Exception
void addAdditionalInfo (std::string const &info)
 
void addAdditionalInfo (char const *info)
 
void addContext (std::string const &context)
 
void addContext (char const *context)
 
std::list< std::string > const & additionalInfo () const
 
bool alreadyPrinted () const
 
void append (Exception const &another)
 
void append (std::string const &more_information)
 
void append (char const *more_information)
 
std::string const & category () const
 
void clearAdditionalInfo ()
 
void clearContext ()
 
void clearMessage ()
 
virtual Exceptionclone () const
 
std::list< std::string > const & context () const
 
 Exception (std::string const &aCategory)
 
 Exception (char const *aCategory)
 
 Exception (std::string const &aCategory, std::string const &message)
 
 Exception (char const *aCategory, std::string const &message)
 
 Exception (std::string const &aCategory, char const *message)
 
 Exception (char const *aCategory, char const *message)
 
 Exception (std::string const &aCategory, std::string const &message, Exception const &another)
 
 Exception (Exception const &other)
 
virtual std::string explainSelf () const
 
template<typename... Args>
void format (fmt::format_string< Args... > format, Args &&... args)
 
std::list< std::string > history () const
 
std::string message () const
 
Exceptionoperator= (Exception const &other)
 
void raise ()
 
int returnCode () const
 
void setAdditionalInfo (std::list< std::string > const &info)
 
void setAlreadyPrinted ()
 
void setContext (std::list< std::string > const &context)
 
void swap (Exception &other)
 
void vformat (std::string_view fmt, fmt::format_args args)
 
char const * what () const noexcept override
 
 ~Exception () noexcept override
 

Detailed Description

Definition at line 38 of file NpstatException.h.

Constructor & Destructor Documentation

◆ NpstatInvalidArgument() [1/2]

npstat::NpstatInvalidArgument::NpstatInvalidArgument ( )
inline

Definition at line 39 of file NpstatException.h.

39 : NpstatException("npstat::NpstatInvalidArgument") {}

◆ NpstatInvalidArgument() [2/2]

npstat::NpstatInvalidArgument::NpstatInvalidArgument ( const std::string &  description)
inlineexplicit

◆ ~NpstatInvalidArgument()

npstat::NpstatInvalidArgument::~NpstatInvalidArgument ( )
throw (
)
inlineoverride

Definition at line 43 of file NpstatException.h.

43 {}