Class UnsupportedFlavorException
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.
- Since:
- 1.1
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionUnsupportedFlavorException(DataFlavor flavor) Constructs an UnsupportedFlavorException.
- 
Method SummaryMethods declared in class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
UnsupportedFlavorExceptionConstructs an UnsupportedFlavorException.- Parameters:
- flavor- the flavor object which caused the exception. May be- null.
 
 
-