Uses of Class
guru.mikelue.jdut.datagrain.DataRowException
-
Packages that use DataRowException Package Description guru.mikelue.jdut.datagrain This package contains the primary objects of bean for data definitions. -
-
Uses of DataRowException in guru.mikelue.jdut.datagrain
Subclasses of DataRowException in guru.mikelue.jdut.datagrain Modifier and Type Class Description classMissedColumnExceptionRepresents the exception which defined data field cannot be found in database schema.Methods in guru.mikelue.jdut.datagrain that throw DataRowException Modifier and Type Method Description voidDataRow.Builder. validate()Validates this row.voidDataRow. validate()Validates the data of row with schema information fromDataRow.getTable().
-