java.lang.Object
java.lang.Throwable
java.lang.Exception
org.bzdev.swing.ITextCellEditor.NoConvertException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ITextCellEditor
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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoConvertException
public NoConvertException()Constructor.
-