org.favabeans.base
Class DropException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.favabeans.base.DropException
All Implemented Interfaces:
Serializable

public class DropException
extends Exception

This exception is raised whenever a drop of an object onto a component that supports DnD fails.

See Also:
Serialized Form

Constructor Summary
DropException()
           
DropException(String detail)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DropException

public DropException()

DropException

public DropException(String detail)


Copyright © 2000-2001, Regents of the University of Minnesota. All Rights Reserved.