Java AWT

Previous Chapter 20
java.awt.datatransfer Reference
Next
 

UnsupportedFlavorException (New)

Name

UnsupportedFlavorException (New)

[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)

Parameters

flavor

The flavor that caused the exception.

See Also

DataFlavor, Exception, Transferable


Previous Home Next
Transferable (New) Book Index ActionEvent (New)

Java in a Nutshell Java Language Reference Java AWT Java Fundamental Classes Exploring Java