soma-io  5.0.5
carto::user_interruption Class Reference

A special exception which is thrown after a command help is requested and displayed in a CartoApplication. More...

#include <soma-io/getopt/getopt.h>

Inheritance diagram for carto::user_interruption:
Collaboration diagram for carto::user_interruption:

Public Member Functions

 user_interruption ()
 
 user_interruption (const std::string &message)
 

Detailed Description

A special exception which is thrown after a command help is requested and displayed in a CartoApplication.

This exception is thrown to prevent the normal command to run, and exit after printing the help.

Definition at line 608 of file getopt.h.

Constructor & Destructor Documentation

◆ user_interruption() [1/2]

carto::user_interruption::user_interruption ( )

◆ user_interruption() [2/2]

carto::user_interruption::user_interruption ( const std::string &  message)
inline

Definition at line 613 of file getopt.h.


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