SeqAn3
seqan3::parser_interruption Class Reference

This exception is not an error but expected behavior that shall terminate the program (e.g. when printing the help page). More...

#include <seqan3/argument_parser/exceptions.hpp>

Inheritance diagram for seqan3::parser_interruption:
[legend]

Public Member Functions

char const * what ()
 Returns the error message.
 

Detailed Description

This exception is not an error but expected behavior that shall terminate the program (e.g. when printing the help page).

Behavior that triggers a parser interruption:

  • –version Prints the version information.
  • –copyright Prints the copyright information.
  • -h/–help Prints the help page (excluding advanced options).
  • -hh/–advanced-help Prints the help page including advanced options.
  • –export-help [format] Prints the help page information in the given format (html/man/ctd).

The documentation for this class was generated from the following file: