Top Description Fields Constructors
java.awt.datatransfer

public Class UnsupportedFlavorException

extends Exception
Class Inheritance
Imports
java.io.Serial

Signals that the requested data is not supported in this flavor.
Author
Amy Fowler
Since
1.1
See Also
Transferable#getTransferData

Field Summary

Modifier and TypeField and Description
private static final long
serialVersionUID

Hides java.lang.Exception.serialVersionUID.

Use serialVersionUID from JDK 1.1 for interoperability.

Constructor Summary

AccessConstructor and Description
public
UnsupportedFlavorException(DataFlavor
the flavor object which caused the exception. May be null.
flavor
)

Constructs an UnsupportedFlavorException.

Field Detail

serialVersionUIDback to summary
private static final long serialVersionUID

Hides java.lang.Exception.serialVersionUID.

Use serialVersionUID from JDK 1.1 for interoperability.

Annotations
@Serial

Constructor Detail

UnsupportedFlavorExceptionback to summary
public UnsupportedFlavorException(DataFlavor flavor)

Constructs an UnsupportedFlavorException.

Parameters
flavor:DataFlavor

the flavor object which caused the exception. May be null.