Class ConversionException

All Implemented Interfaces:
Serializable

public class ConversionException extends RuntimeException
Exception that can be thrown during value conversion methods of UI components.
See Also:
  • Constructor Details

    • ConversionException

      public ConversionException(String message)
    • ConversionException

      public ConversionException(String message, Throwable cause)