#include <CMSException.h>
Public Member Functions | |
virtual | ~CMSException () |
virtual const char * | getMessage () const =0 |
virtual std::vector< std::pair< std::string, int > > | getStackTrace () const =0 |
virtual void | printStackTrace () const =0 |
virtual void | printStackTrace (std::ostream &stream) const =0 |
|
|
|
Gets the cause of the error.
|
|
Provides the stack trace for every point where this exception was caught, marked, and rethrown.
|
|
Prints the stack trace to the given output stream.
|
|
Prints the stack trace to std::err |