Exceptions

Defined in: Keyview_Errors.hpp

The following exceptions can be thrown by calls to the API:

  • keyview_error
  • format_not_supported_error
  • password_protected_error
  • autodetection_failure
  • autodetection_no_format_error
  • input_file_not_found_error
  • open_output_file_failed
  • encoding_not_converted_error
  • encoding_not_supported_error
  • external_subfile_error
  • child_timeout_error

All the exceptions inherit from keyview_error, which itself inherits from std::exception.