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 class
MissedColumnException
Represents 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 void
DataRow.Builder. validate()
Validates this row.void
DataRow. validate()
Validates the data of row with schema information fromDataRow.getTable()
.
-