VTK-m  2.0
Public Member Functions | List of all members
vtkm::cont::ErrorBadValue Class Reference

This class is thrown when a VTKm function or method encounters an invalid value that inhibits progress. More...

#include <ErrorBadValue.h>

Inheritance diagram for vtkm::cont::ErrorBadValue:
vtkm::cont::Error

Public Member Functions

 ErrorBadValue (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)
 

Detailed Description

This class is thrown when a VTKm function or method encounters an invalid value that inhibits progress.

Constructor & Destructor Documentation

◆ ErrorBadValue()

vtkm::cont::ErrorBadValue::ErrorBadValue ( const std::string &  message)
inline

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