Package io.jmix.dynmodelflowui.impl
Class DynamicViewExtensionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.jmix.dynmodelflowui.impl.DynamicViewExtensionException
- All Implemented Interfaces:
Serializable
Signals that a view extension could not be generated. Carries a
DynamicViewExtensionException.Reason so the UI layer
can map it to a localized message; getParams() holds reason-specific arguments.- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionDynamicViewExtensionException(DynamicViewExtensionException.Reason reason, Object... params) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DynamicViewExtensionException
-
-
Method Details
-
getReason
-
getParams
-