E064 Non Existent History State
Errors and Warnings 51-99
noreferences

@@description

<h2>Umple semantic error reported when a history state is declared in a non existent state</h2>

<p>
A transition to the history of a state must be declared on an existing state for Umple to be able to complete the
transition to its stored history state. <br/>
The error will be raised if the state is not found in the state machine.
</p>


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

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