public class InheritanceConflictException
extends java.lang.Exception
InheritanceConflictException indicates that a development
version of an activity model entity to be released conflicts with other
entities in the activity model. For instance, when setting an overridden
configuration value to fixed or declaring configuration entries which already
exist but are incompatible with each other or by attributes that may only be
overridden in dedicated ways.| Constructor and Description |
|---|
InheritanceConflictException()
Creates a new
ConflictingActivityModelException to indicate
that a release of a development version of a specific entity conflicts with
at least one other entity. |
InheritanceConflictException(java.lang.String msg)
Creates a new
ConflictingActivityModelException with the
designated message to indicate that a release of a development version of a
specific entity conflicts with at least one other entity. |
public InheritanceConflictException()
ConflictingActivityModelException to indicate
that a release of a development version of a specific entity conflicts with
at least one other entity.public InheritanceConflictException(java.lang.String msg)
ConflictingActivityModelException with the
designated message to indicate that a release of a development version of a
specific entity conflicts with at least one other entity.msg - A message for the created
InheritanceConflictException.