Class UnsupportedFlavorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.awt.datatransfer.UnsupportedFlavorException
All Implemented Interfaces:
Serializable

public class UnsupportedFlavorException
extends Exception
Signals that the requested data is not supported in this flavor.
Since:
1.1
See Also:
Transferable.getTransferData(java.awt.datatransfer.DataFlavor), Serialized Form
  • Constructor Details

    • UnsupportedFlavorException

      public UnsupportedFlavorException​(DataFlavor flavor)
      Constructs an UnsupportedFlavorException.
      Parameters:
      flavor - the flavor object which caused the exception. May be null.