Uses of Class
com.c8db.entity.ErrorEntity
-
Packages that use ErrorEntity Package Description com.c8db com.c8db.entity -
-
Uses of ErrorEntity in com.c8db
Constructors in com.c8db with parameters of type ErrorEntity Constructor Description C8DBException(ErrorEntity errorEntity) -
Uses of ErrorEntity in com.c8db.entity
Methods in com.c8db.entity that return types with arguments of type ErrorEntity Modifier and Type Method Description Collection<ErrorEntity>MultiDocumentEntity. getErrors()Method parameters in com.c8db.entity with type arguments of type ErrorEntity Modifier and Type Method Description voidMultiDocumentEntity. setErrors(Collection<ErrorEntity> errors)
-