Uses of Class
org.tentackle.model.ModelError
-
Packages that use ModelError Package Description org.tentackle.model Entity model.org.tentackle.model.impl Default model implementation. -
-
Uses of ModelError in org.tentackle.model
Method parameters in org.tentackle.model with type arguments of type ModelError Modifier and Type Method Description static java.lang.StringModelError. toString(java.util.Collection<ModelError> errors)Creates a string from a collection of errors.
Multiple errors are separated by a newline.Constructor parameters in org.tentackle.model with type arguments of type ModelError Constructor Description ModelException(java.util.Collection<ModelError> errors)Creates a model exception from a collection of errors. -
Uses of ModelError in org.tentackle.model.impl
Method parameters in org.tentackle.model.impl with type arguments of type ModelError Modifier and Type Method Description protected voidModelImpl. validateComponents(Entity entity, Integrity integrity, java.util.Set<ModelError> errors)Verifies that the integrity is the same within a given composite hierarchy.protected voidModelImpl. validateInheritanceHierarchy(Entity entity, InheritanceType inheritanceType, TrackType trackType, Integrity integrity, java.util.Set<ModelError> errors)Verifies that the inheritance, integrity and track type is the same within a given interitance hierarchy.
Notice that concrete classes (the leafs of the hierarchy) must have InheritanceType.NONE defined!
-