
 
![[Graphic: Figure from the text]](figs/unsuppo.gif) 
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
| This HTML Help has been published using the chm2web software. |