KiCad PCB EDA Suite
|
Represents an error returned by a validator and contains enough data to format an error message. More...
#include <property_validator.h>
Public Member Functions | |
virtual | ~VALIDATION_ERROR ()=default |
virtual wxString | Format (UNITS_PROVIDER *aUnits) const =0 |
Represents an error returned by a validator and contains enough data to format an error message.
Definition at line 34 of file property_validator.h.
|
virtualdefault |
|
pure virtual |
Implemented in VALIDATION_ERROR_TOO_LARGE< T >, VALIDATION_ERROR_TOO_SMALL< T >, and VALIDATION_ERROR_MSG.