An error in user input. More...
#include <exceptions.h>
Public Member Functions | |
UserError (const std::string &message) | |
UserError (const UserError &) | |
virtual const std::string & | message () const |
const char * | what () const noexcept |
virtual void | PrettyPrint (Bytestream &, size_t indent=0) const override |
Print a human-readable representation to an output stream and return that output stream. | |
Public Member Functions inherited from fabrique::Printable | |
Printable (const Printable &) | |
Printable & | operator= (const Printable &) |
virtual std::string | str () const |
An error in user input.
Definition at line 90 of file exceptions.h.