E093 Class Is Not Superclass Constraint
Errors and Warnings 51-99
noreferences

@@description

<h2>Umple semantic error raised when a class is not the superclass of a given class as defined by a constraint</h2>

<p>
Model constraints can be applied to Umple classes to ensure they respect certain properties, as defined in their constraints.
This error is raised if a class is not the superclass of a given class as expected from the constraint.
</p>


@@example
@@source manualexamples/E093ClassIsNotSuperClassConstraint1.ump
@@endexample

@@example @@caption Solution to The Above So the Message No Longer Appears @@endcaption
@@source manualexamples/E093ClassIsNotSuperClassConstraint2.ump
@@endexample
