QxOrm 1.4.9
C++ Object Relational Mapping library
Loading...
Searching...
No Matches

qx::validator_error : define a validator error exception (for example, inserting or updating an element into database) and retrieve list of invalid values More...

#include <QxValidatorError.h>

Inheritance diagram for qx::validator_error:

Public Member Functions

 validator_error (const QxInvalidValueX &err)
 
virtual ~validator_error () throw ()
 
virtual const char * what () const throw ()
 
QxInvalidValueX get () const
 

Private Attributes

QxInvalidValueX m_lstInvalidValues
 

Detailed Description

qx::validator_error : define a validator error exception (for example, inserting or updating an element into database) and retrieve list of invalid values

For more informations about QxValidator module, goto the FAQ of QxOrm website : https://www.qxorm.com/qxorm_en/faq.html#faq_250

Definition at line 60 of file QxValidatorError.h.

Constructor & Destructor Documentation

◆ validator_error()

qx::validator_error::validator_error ( const QxInvalidValueX & err)
inline

Definition at line 69 of file QxValidatorError.h.

◆ ~validator_error()

virtual qx::validator_error::~validator_error ( )
throw ( )
inlinevirtual

Definition at line 70 of file QxValidatorError.h.

Member Function Documentation

◆ get()

QxInvalidValueX qx::validator_error::get ( ) const
inline

Definition at line 75 of file QxValidatorError.h.

◆ what()

virtual const char * qx::validator_error::what ( ) const
throw ( )
inlinevirtual

Definition at line 72 of file QxValidatorError.h.

Member Data Documentation

◆ m_lstInvalidValues

QxInvalidValueX qx::validator_error::m_lstInvalidValues
private

Definition at line 65 of file QxValidatorError.h.


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