ITK  5.0.0
Insight Segmentation and Registration Toolkit
Public Member Functions | List of all members
itk::MeshFileReaderException Class Reference

#include <itkMeshFileReaderException.h>

+ Inheritance diagram for itk::MeshFileReaderException:
+ Collaboration diagram for itk::MeshFileReaderException:

Detailed Description

Base exception class for IO conflicts.

Definition at line 32 of file itkMeshFileReaderException.h.

Public Member Functions

virtual const char * GetNameOfClass () const
 
 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 () noexceptoverride
 
- Public Member Functions inherited from itk::ExceptionObject
virtual const char * GetDescription () const
 
virtual const char * GetFile () const
 
virtual unsigned int GetLine () const
 
virtual const char * GetLocation () const
 
ExceptionObjectoperator= (const ExceptionObject &orig) noexcept
 
virtual bool operator== (const ExceptionObject &orig)
 
virtual void Print (std::ostream &os) const
 
virtual void SetDescription (const std::string &s)
 
virtual void SetDescription (const char *s)
 
virtual void SetLocation (const std::string &s)
 
virtual void SetLocation (const char *s)
 
const char * what () const noexceptoverride
 
 ~ExceptionObject () noexceptoverride
 
 ExceptionObject () noexcept
 
 ExceptionObject (const char *file, unsigned int lineNumber=0, const char *desc="None", const char *loc="Unknown")
 
 ExceptionObject (const std::string &file, unsigned int lineNumber=0, const std::string &desc="None", const std::string &loc="Unknown")
 
 ExceptionObject (const ExceptionObject &orig) noexcept
 

Additional Inherited Members

- Public Types inherited from itk::ExceptionObject
using Superclass = std::exception
 

Constructor & Destructor Documentation

itk::MeshFileReaderException::~MeshFileReaderException ( )
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.

itk::MeshFileReaderException::MeshFileReaderException ( const std::string &  file,
unsigned int  line,
const char *  message = "Error in IO",
const char *  loc = "Unknown" 
)

Constructor.

Member Function Documentation

virtual const char* itk::MeshFileReaderException::GetNameOfClass ( ) const
virtual

Run-time information.

Reimplemented from itk::ExceptionObject.


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