public class java.awt.datatransfer
UnsupportedFlavorException


Hide details Login
Java SE 6
  
Extends: Throwable > Exception

Signals that the requested data is not supported in this flavor.
version1.16, 11/17/05
See also getTransferData

Constructors
public UnsupportedFlavorException(DataFlavor flavor)
Constructs an UnsupportedFlavorException.
flavorthe flavor object which caused the exception. May be null.