18#ifndef sitkExceptionObject_h
19#define sitkExceptionObject_h
27# error "sitkMacro.h must be included before sitkExceptionObject.h"
30# error "sitkCommon.h must be included before sitkExceptionObject.h"
49# pragma warning(disable : 4275)
89 what() const noexcept override;
virtual const char * GetNameOfClass() const
virtual const char * GetLocation() const
virtual const char * GetFile() const
GenericException() noexcept
std::shared_ptr< const ExceptionObject > m_PimpleException
const char * what() const noexcept override
virtual unsigned int GetLine() const
std::string ToString() const
virtual const char * GetDescription() const
#define SITKCommon_EXPORT