java.awt.datatransfer
public class: UnsupportedFlavorException [javadoc |
source]
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.awt.datatransfer.UnsupportedFlavorException
All Implemented Interfaces:
Serializable
Signals that the requested data is not supported in this flavor.
Also see:
- Transferable#getTransferData
- author:
Amy - Fowler
| Constructor: |
public UnsupportedFlavorException(DataFlavor flavor) {
super((flavor != null) ? flavor.getHumanPresentableName() : null);
}
Constructs an UnsupportedFlavorException. Parameters:
flavor - the flavor object which caused the exception. May
be null.
|
| Methods from java.lang.Throwable: |
|---|
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods from java.lang.Object: |
|---|
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |