KiCad PCB EDA Suite
Loading...
Searching...
No Matches
VALIDATION_ERROR Class Referenceabstract

Represents an error returned by a validator and contains enough data to format an error message. More...

#include <property_validator.h>

Inheritance diagram for VALIDATION_ERROR:
VALIDATION_ERROR_MSG VALIDATION_ERROR_TOO_LARGE< T > VALIDATION_ERROR_TOO_SMALL< T >

Public Member Functions

virtual ~VALIDATION_ERROR ()=default
 
virtual wxString Format (UNITS_PROVIDER *aUnits) const =0
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ~VALIDATION_ERROR()

virtual VALIDATION_ERROR::~VALIDATION_ERROR ( )
virtualdefault

Member Function Documentation

◆ Format()

virtual wxString VALIDATION_ERROR::Format ( UNITS_PROVIDER aUnits) const
pure virtual

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