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

Field Summary
private static long serialVersionUID
           
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
UnsupportedFlavorException(DataFlavor flavor)
          Enabled: Constructs an UnsupportedFlavorException.
 
Methods inherited from class java.lang.Throwable
backtrace, eStack, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, javaStack, leaf, printStackTrace, printStackTrace, printStackTrace, printThrowableOn, setStackTrace, toString, unwrap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Constructor Detail

UnsupportedFlavorException

public UnsupportedFlavorException(DataFlavor flavor)
Enabled: Constructs an UnsupportedFlavorException.

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


comments?