java.awt.datatransfer

Class UnsupportedFlavorException

public class UnsupportedFlavorException extends Exception

The data flavor requested is not supported for the transfer data.

See Also: getTransferData

UNKNOWN: updated to 1.4

Constructor Summary
UnsupportedFlavorException(DataFlavor flavor)
Initializes a new instance of UnsupportedDataFlavor for the specified data flavor.

Constructor Detail

UnsupportedFlavorException

public UnsupportedFlavorException(DataFlavor flavor)
Initializes a new instance of UnsupportedDataFlavor for the specified data flavor.

Parameters: flavor the data flavor that is not supported