Uses of Class
org.tentackle.model.ModelError
Packages that use ModelError
Package
Description
Entity model.
Default model implementation.
-
Uses of ModelError in org.tentackle.model
Method parameters in org.tentackle.model with type arguments of type ModelErrorModifier and TypeMethodDescriptionstatic StringModelError.toString(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 ModelErrorModifierConstructorDescriptionModelException(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 ModelErrorModifier and TypeMethodDescriptionprotected voidModelImpl.validateComponents(Entity entity, Integrity integrity, 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, 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!