com.allen_sauer.gwt.dnd.client
Class VetoDragException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.allen_sauer.gwt.dnd.client.VetoDragException
All Implemented Interfaces:
java.io.Serializable

public class VetoDragException
extends java.lang.Exception

A VetoDragException is thrown by DragHandlers when the proposed operation is unacceptable.

See Also:
Serialized Form

Constructor Summary
VetoDragException()
          Default constructor.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VetoDragException

public VetoDragException()
Default constructor.



Copyright © 2011 Sage Software, Inc. All rights reserved.