MCPcopy Create free account
hub / github.com/ImageEngine/cortex / InvalidArgumentException

Function InvalidArgumentException

include/IECore/Exception.h:114–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 public:
113 InvalidArgumentException(const char *what) : Exception(what) {};
114 InvalidArgumentException(const std::string &what) : Exception(what) {};
115
116 const char *type() const throw() override { return "Invalid Argument"; }
117 };

Callers 15

childMethod · 0.85
childMethod · 0.85
validateResultMethod · 0.85
segmentMethod · 0.85
SceneCacheMethod · 0.85
validateResultMethod · 0.85
calculateNormalsImplFunction · 0.85
calculateNormalsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected