Class KlumValidationException

All Implemented Interfaces:
Serializable

public class KlumValidationException extends KlumException
Denotes an exception that means a validation error occurred in the model. This is used to collect multiple validation errors and provide a detailed message.

Note that this is explicitly not a subclass of KlumModelException, since a KlumModelException points to a specific model element that is invalid, while this exception collects multiple validation errors.

See Also: