Package io.jmix.flowui.data
Class ConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.jmix.flowui.data.ConversionException
- All Implemented Interfaces:
Serializable
Exception that can be thrown during value conversion methods of UI components.
- See Also:
-
Constructor Summary
ConstructorDescriptionConversionException
(String message) ConversionException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConversionException
-
ConversionException
-