This exception is thrown from Transferable.getTransferData(DataFlavor) to indicate that the DataFlavor requested is not available.
public class java.awt.datatransfer.UnsupportedFlavorException extends java.lang.Exception { // Constructor public UnsupportedFlavorException (DataFlavor flavor); }
The flavor that caused the exception.
DataFlavor, Exception, Transferable