Class 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

Constructors

Constructor Description
UnsupportedFlavorException​(DataFlavor flavor)

Constructs an UnsupportedFlavorException.

Methods

Methods declared in class java.lang.Throwable

addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

Methods declared in class java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructors

UnsupportedFlavorException

public UnsupportedFlavorException(DataFlavor flavor)

Constructs an UnsupportedFlavorException.

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