java.awt.datatransfer
Class UnsupportedFlavorException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.awt.datatransfer.UnsupportedFlavorException
- All Implemented Interfaces:
- Serializable
- public class UnsupportedFlavorException
- extends Exception
Untamed: Signals that the requested data is not supported in this flavor.
- Version:
- 1.13, 12/03/01
- Author:
- Amy Fowler
- See Also:
Transferable.getTransferData(java.awt.datatransfer.DataFlavor)
,
Serialized Form
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Throwable |
backtrace, eStack, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, javaStack, leaf, printStackTrace, printStackTrace, printStackTrace, printThrowableOn, setStackTrace, toString, unwrap |
serialVersionUID
private static final long serialVersionUID
UnsupportedFlavorException
public UnsupportedFlavorException(DataFlavor flavor)
- Enabled: Constructs an UnsupportedFlavorException.
- Parameters:
flavor
- the flavor object which caused the exception. May
be null
.
comments?