#include <itkMeshFileReaderException.h>
Base exception class for IO conflicts.
Definition at line 32 of file itkMeshFileReaderException.h.
Public Member Functions | |
const char * | GetNameOfClass () const override |
ITK_DEFAULT_COPY_AND_MOVE (MeshFileReaderException) | |
MeshFileReaderException (const char *file, unsigned int line, const char *message="Error in IO", const char *loc="Unknown") | |
MeshFileReaderException (const std::string &file, unsigned int line, const char *message="Error in IO", const char *loc="Unknown") | |
~MeshFileReaderException () noexcept override | |
![]() | |
ExceptionObject () noexcept=default | |
ExceptionObject (const char *file, unsigned int lineNumber=0, const char *desc="None", const char *loc="Unknown") | |
ExceptionObject (const ExceptionObject &) noexcept=default | |
ExceptionObject (ExceptionObject &&) noexcept=default | |
ExceptionObject (std::string file, unsigned int lineNumber=0, std::string desc="None", std::string loc="Unknown") | |
virtual const char * | GetDescription () const |
virtual const char * | GetFile () const |
virtual unsigned int | GetLine () const |
virtual const char * | GetLocation () const |
ExceptionObject & | operator= (const ExceptionObject &) noexcept=default |
ExceptionObject & | operator= (ExceptionObject &&) noexcept=default |
virtual bool | operator== (const ExceptionObject &orig) const |
virtual void | Print (std::ostream &os) const |
virtual void | SetDescription (const char *s) |
virtual void | SetDescription (const std::string &s) |
virtual void | SetLocation (const char *s) |
virtual void | SetLocation (const std::string &s) |
const char * | what () const noexcept override |
~ExceptionObject () override | |
Additional Inherited Members | |
![]() | |
using | Superclass = std::exception |
![]() | |
static constexpr const char *const | default_exception_message = "Generic ExceptionObject" |
|
overridenoexcept |
Has to have empty throw().
itk::MeshFileReaderException::MeshFileReaderException | ( | const char * | file, |
unsigned int | line, | ||
const char * | message = "Error in IO", | ||
const char * | loc = "Unknown" ) |
Constructor.
References MeshFileReaderException().
Referenced by GetNameOfClass(), ITK_DEFAULT_COPY_AND_MOVE(), MeshFileReaderException(), and MeshFileReaderException().
itk::MeshFileReaderException::MeshFileReaderException | ( | const std::string & | file, |
unsigned int | line, | ||
const char * | message = "Error in IO", | ||
const char * | loc = "Unknown" ) |
Constructor.
References MeshFileReaderException().
|
overridevirtual |
Reimplemented from itk::ExceptionObject.
References MeshFileReaderException().
itk::MeshFileReaderException::ITK_DEFAULT_COPY_AND_MOVE | ( | MeshFileReaderException | ) |
References MeshFileReaderException().