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 class UnsupportedFlavorException extends Exception {
 // Public Constructor public UnsupportedFlavorException(DataFlavor flavor);
}

Hierarchy:

Object->Throwable(Serializable)->Exception->UnsupportedFlavorException

Thrown By:

StringSelection.getTransferData(), Transferable.getTransferData()