Package io.jmix.flowui.exception
Class NoSuchViewException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.jmix.flowui.exception.NoSuchViewException
- All Implemented Interfaces:
Serializable
This exception is thrown when a specific view cannot be found or is not defined.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoSuchViewException
-
-
Method Details
-
getViewId
Returns the identifier of the view that caused the exception.- Returns:
- the identifier of the view
-