UnsupportedFlavorExceptionNameUnsupportedFlavorException
DescriptionThis exception is thrown from Transferable.getTransferData(DataFlavor) to indicate that the DataFlavor requested is not available. Class Definition
public class java.awt.datatransfer.UnsupportedFlavorException extends java.lang.Exception { // Constructor public UnsupportedFlavorException (DataFlavor flavor); } ConstructorsUnsupportedFlavorExceptionpublic UnsupportedFlavorException (DataFlavor flavor)
See AlsoDataFlavor, Exception, Transferable |
|