java.awt.datatransfer.UnsupportedFlavorException (JDK 1.1)
An exception of this type signals that a Transferable object could not provide data in the requested format.
public classUnsupportedFlavorExceptionextends Exception { //Public ConstructorpublicUnsupportedFlavorException(DataFlavorflavor); }
Hierarchy:
Object->Throwable(Serializable)->Exception->UnsupportedFlavorException
Thrown By:
StringSelection.getTransferData(), Transferable.getTransferData()