public class

UnsupportedFlavorException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.awt.datatransfer.UnsupportedFlavorException

Class Overview

Signals that the requested data is not supported in this flavor.

Summary

Public Constructors
UnsupportedFlavorException(DataFlavor flavor)
Constructs an UnsupportedFlavorException.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public UnsupportedFlavorException (DataFlavor flavor)

Constructs an UnsupportedFlavorException.

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