Empirical
Public Attributes | List of all members
emp::ExceptInfo Struct Reference

Information about an exception that has occured. More...

#include <errors.h>

Public Attributes

std::string id
 A unique string ID for this exception type. More...
 
std::string desc
 A detailed description of thie exception. More...
 
bool default_to_error
 Should we default to an error (or a warning) if not resolved? More...
 

Detailed Description

Information about an exception that has occured.

Member Data Documentation

bool emp::ExceptInfo::default_to_error

Should we default to an error (or a warning) if not resolved?

std::string emp::ExceptInfo::desc

A detailed description of thie exception.

std::string emp::ExceptInfo::id

A unique string ID for this exception type.


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