Go to the documentation of this file.
18 #ifndef viskores_cont_ErrorBadType_h
19 #define viskores_cont_ErrorBadType_h
37 :
Error(message, true)
50 const std::string& derivedType);
54 #endif //viskores_cont_ErrorBadType_h
This class is thrown when Viskores encounters data of a type that is incompatible with the current op...
Definition: ErrorBadType.h:33
ErrorBadType(const std::string &message)
Definition: ErrorBadType.h:36
Groups connected points that have the same field value.
Definition: Atomic.h:27
void throwFailedDynamicCast(const std::string &baseType, const std::string &derivedType)
Throws an ErrorBadType exception with the following message: Cast failed: baseType --> derivedType".
#define VISKORES_SILENCE_WEAK_VTABLE_WARNING_END
Definition: ExportMacros.h:128
#define VISKORES_SILENCE_WEAK_VTABLE_WARNING_START
Definition: ExportMacros.h:127
The superclass of all exceptions thrown by any Viskores function or method.
Definition: Error.h:41