- 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.
-
-
Constructor Summary
Constructors Constructor Description UnsupportedFlavorException(DataFlavor flavor)
Constructs an UnsupportedFlavorException.
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnsupportedFlavorException
public UnsupportedFlavorException(DataFlavor flavor)
Constructs an UnsupportedFlavorException.- Parameters:
flavor
- the flavor object which caused the exception. May benull
.
-
-