|
MXVM 1.8.1
Virtual Machine, Compiler, and Pascal Frontend
|
Exception type thrown for argument parsing errors. More...
#include <argz.hpp>
Public Member Functions | |
| ArgException ()=default | |
| ArgException (const String &s) | |
| Construct with an error message. | |
| String | text () const |
| Get the error message. | |
Private Attributes | |
| String | value |
Exception type thrown for argument parsing errors.
| String | A StringType-constrained string class |
|
default |
|
inline |
|
inline |
Get the error message.
Definition at line 110 of file argz.hpp.
References value.
Referenced by main(), mx::proc_args(), and proc_args().
|
private |
Definition at line 113 of file argz.hpp.
Referenced by ArgException(), and text().