public static class Converter.ConversionException extends RuntimeException
Converter.convertToPresentation(Object, Class, Locale) or
Converter.convertToModel(Object, Class, Locale) could not be
converted.| Constructor and Description |
|---|
ConversionException()
Constructs a new
ConversionException without a detail
message. |
ConversionException(String msg)
Constructs a new
ConversionException with the specified
detail message. |
ConversionException(String message,
Throwable cause)
Constructs a new
ConversionException with the specified
detail message and cause. |
ConversionException(Throwable cause)
Constructs a new
ConversionException with the specified
cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConversionException()
ConversionException without a detail
message.public ConversionException(String msg)
ConversionException with the specified
detail message.msg - the detail messagepublic ConversionException(Throwable cause)
ConversionException with the specified
cause.cause - The cause of the the exceptionCopyright © 2022 Vaadin Ltd. All rights reserved.