Class ITextCellEditor.NoConvertException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.bzdev.swing.ITextCellEditor.NoConvertException
All Implemented Interfaces:
Serializable
Enclosing class:
ITextCellEditor

public static class ITextCellEditor.NoConvertException extends Exception
Indicates that object conversion failed, so fall back to using the parser. This is thrown by ITextCellEditor.convertObject(Object) if it cannot convert its argument to an equivalent one with the desired class.
See Also:
  • Constructor Details

    • NoConvertException

      public NoConvertException()
      Constructor.