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()
| This HTML Help has been published using the chm2web software. |