CMS 3D CMS Logo

Public Member Functions

npstat::NpstatInvalidArgument Struct Reference

#include <NpstatException.h>

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

List of all members.

Public Member Functions

 NpstatInvalidArgument ()
 NpstatInvalidArgument (const std::string &description)
virtual ~NpstatInvalidArgument () throw ()

Detailed Description

Definition at line 43 of file NpstatException.h.


Constructor & Destructor Documentation

npstat::NpstatInvalidArgument::NpstatInvalidArgument ( ) [inline]

Definition at line 45 of file NpstatException.h.

: NpstatException("npstat::NpstatInvalidArgument") {}
npstat::NpstatInvalidArgument::NpstatInvalidArgument ( const std::string &  description) [inline, explicit]

Definition at line 47 of file NpstatException.h.

virtual npstat::NpstatInvalidArgument::~NpstatInvalidArgument ( ) throw () [inline, virtual]

Definition at line 50 of file NpstatException.h.

{}