ATLAS Offline Software
Loading...
Searching...
No Matches
SharedLibraryError Class Reference

Error in a shared library operation. More...

Inheritance diagram for SharedLibraryError:
Collaboration diagram for SharedLibraryError:

Public Member Functions

 SharedLibraryError (const std::string &context, const std::string &cause)
virtual ~SharedLibraryError () throw ()
virtual const char * what () const throw ()

Private Attributes

std::string m_message

Detailed Description

Error in a shared library operation.

Definition at line 143 of file SealSharedLib.h.

Constructor & Destructor Documentation

◆ SharedLibraryError()

SharedLibraryError::SharedLibraryError ( const std::string & context,
const std::string & cause )

◆ ~SharedLibraryError()

virtual SharedLibraryError::~SharedLibraryError ( )
throw ( )
inlinevirtual

Definition at line 147 of file SealSharedLib.h.

147{}

Member Function Documentation

◆ what()

virtual const char * SharedLibraryError::what ( ) const
throw ( )
virtual

Member Data Documentation

◆ m_message

std::string SharedLibraryError::m_message
private

Definition at line 152 of file SealSharedLib.h.


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