Package io.jmix.dynmodel
Class UnsupportedModelChangeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.jmix.dynmodel.UnsupportedModelChangeException
- All Implemented Interfaces:
Serializable
Thrown during dynamic model apply when an identity-defining property of an already-applied entity,
attribute, or enumeration is changed. Such properties are immutable once applied because the change
cannot be migrated in place. Carries the logical object name and property so the UI can present a
user-friendly message.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnsupportedModelChangeException(String objectName, String propertyName, String message) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedModelChangeException
-
-
Method Details
-
getObjectName
-
getPropertyName
-