Class InvalidInputException
Defined in File Exceptions.h
Inheritance Relationships
Base Type
public std::invalid_argument
Class Documentation
-
class InvalidInputException : public std::invalid_argument
Exception indicating invalid input passed to a function.
This exception should be used to signal violation of a precondition, e.g., if an algorithm expects a pure triangle mesh but a general polygon mesh is passed instead.
Public Functions
-
inline InvalidInputException(const std::string &what)
-
inline InvalidInputException(const std::string &what)