CLHEP 2.4.6.4
C++ Class Library for High Energy Physics
Loading...
Searching...
No Matches
Exception Class Reference
+ Inheritance diagram for Exception:

Public Member Functions

 Exception (const char[])
 
 Exception (const char[])
 
virtual ~Exception ()
 
virtual void f () const
 

Detailed Description

Definition at line 8 of file exctest2.cc.

Constructor & Destructor Documentation

◆ Exception() [1/2]

Exception::Exception ( const char  [])
inline

Definition at line 10 of file exctest2.cc.

10{}

◆ Exception() [2/2]

Exception::Exception ( const char  [])
inline

Definition at line 10 of file exctest3.cc.

10{}

◆ ~Exception()

virtual Exception::~Exception ( )
inlinevirtual

Definition at line 11 of file exctest3.cc.

11{}

Member Function Documentation

◆ f()

virtual void Exception::f ( ) const
inlinevirtual

Reimplemented in Oops.

Definition at line 12 of file exctest3.cc.

12{ cerr << "Exception::f()" << endl; }

Referenced by main().


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