Class ConversionFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.nebula.widgets.nattable.data.convert.ConversionFailedException
All Implemented Interfaces:
Serializable

public class ConversionFailedException extends RuntimeException
Exception for handling conversion failures. As the API should not be modified for the handling of this exception, it is a RuntimeException. To make use of this exception it can be thrown on conversion errors within IDisplayConverter.displayToCanonicalValue(Object). The handling of this exception is done within AbstractCellEditor where the message is stored and showed within a dialog on trying to commit.
See Also:
  • Constructor Details

    • ConversionFailedException

      public ConversionFailedException(String message)
    • ConversionFailedException

      public ConversionFailedException(String message, Throwable t)