mcrl2::command_line_error =============================================================================== Include file: .. code-block:: c++ #include "mcrl2/utilities/exception.h .. cpp:class:: mcrl2::command_line_error Exception class for errors raised by the command-line parser. Private attributes ------------------------------------------------------------------------------- .. cpp:member:: std::string mcrl2::command_line_error::m_msg Private static member functions ------------------------------------------------------------------------------- .. cpp:function:: static std::string format(const std::string &name, const std::string &message) **Returns:** A string that contains ": " followed by a message pointing to help on the next line. Public member functions ------------------------------------------------------------------------------- .. cpp:function:: command_line_error(const std::string &name, const std::string &message) .. cpp:function:: virtual ~command_line_error()