Package io.jmix.ui.component.data
Class ConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.jmix.ui.component.data.ConversionException
- All Implemented Interfaces:
 Serializable
Exception that can be thrown during value conversion methods of UI components.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionConversionException(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
 
 -