An exception of this type signals that a Transferable object could not provide data in the requested format.
public class UnsupportedFlavorException extends Exception { // Public Constructor public UnsupportedFlavorException(DataFlavor flavor); }
Object->Throwable(Serializable)->Exception->UnsupportedFlavorException
StringSelection.getTransferData(), Transferable.getTransferData()