UnsupportedFlavorException

Name

UnsupportedFlavorException

[Graphic: Figure from the text]

Description

This 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);
}

Constructors

UnsupportedFlavorException

public UnsupportedFlavorException (DataFlavor flavor)

See Also

DataFlavor, Exception, Transferable