New Issues
Let’s learn about some of the new issues that will arise in our new application.
We'll cover the following...
New issues in subtyping
Compared to the EnumerationApp, we have to deal with several new issues:
-
In the model code, we need to do the following:
- Add a constraint violation class
FrozenValueConstraintViolation
toerrorTypes.js
. - Code the enumeration type to be used as the range of the
category
attribute (
- Add a constraint violation class