home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


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

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