E074 User Defined State Cannot be Named Final
Errors and Warnings 51-99
noreferences

@@description

<h2>Umple semantic error reported when a user-defined state is named 'Final' keyword</h2>

<p>
In Umple, 'Final' is a reserved keyword. It is used to define the final state for the top-level state machine.
</p>


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

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