public class UnsupportedFlavorException extends Exception(Code)
Signals that the requested data is not supported in this flavor.
See Also:Transferable.getTransferData version: 1.22, 05/05/07 author: Amy Fowler
Constructor Summary
public
UnsupportedFlavorException(DataFlavor flavor) Constructs an UnsupportedFlavorException.
Parameters: flavor - the flavor object which caused the exception.