|
VTK-m
2.0
|
This class is thrown when VTKm detects an internal state that should never be reached. More...
#include <ErrorInternal.h>
Public Member Functions | |
| ErrorInternal (const std::string &message) | |
Public Member Functions inherited from vtkm::cont::Error | |
| const std::string & | GetMessage () const |
| const std::string & | GetStackTrace () const |
| const char * | what () const noexcept override |
| bool | GetIsDeviceIndependent () const |
| Returns true if this exception is device independent. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from vtkm::cont::Error | |
| Error () | |
| Error (const std::string &message, bool is_device_independent=false) | |
| void | SetMessage (const std::string &message) |
This class is thrown when VTKm detects an internal state that should never be reached.
This error usually indicates a bug in vtkm or, at best, VTKm failed to detect an invalid input it should have.
|
inline |
1.8.17