Exceptions¶
Exception which are raised by cmake_parser functions.
- exception cmake_parser.error.CMakeError¶
Exception base class for
cmake_parser.
- exception cmake_parser.error.CMakeExprError¶
- exception cmake_parser.error.CMakeParseError¶
Exception that indicates a parsing error.
This exception is raised by
parse_raw()andparse_tree().