12#ifndef MCRL2_UTILITIES_EXCEPTION_H
13#define MCRL2_UTILITIES_EXCEPTION_H
44 static std::string
format(
const std::string& name,
const std::string& message)
47 s << name <<
": " << message <<
"\n"
48 <<
"Try '" << name <<
" --help' for more information.";
Exception class for errors raised by the command-line parser.
virtual ~command_line_error()
static std::string format(const std::string &name, const std::string &message)
command_line_error(const std::string &name, const std::string &message)
Standard exception class for reporting runtime errors.
runtime_error(const std::string &message)
Constructor.
A class that takes a linear process specification and checks all tau-summands of that LPS for conflue...