org.embl.ebi.escience.scuflui.shared
Class NoContextMenuFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.embl.ebi.escience.scufl.ScuflException
              extended by org.embl.ebi.escience.scuflui.shared.NoContextMenuFoundException
All Implemented Interfaces:
java.io.Serializable

public class NoContextMenuFoundException
extends ScuflException

Thrown by the ScuflContextMenuFactory if it can't locate an appropriate popup menu for the supplied object.

Author:
Tom Oinn
See Also:
Serialized Form

Constructor Summary
NoContextMenuFoundException(java.lang.String the_message)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoContextMenuFoundException

public NoContextMenuFoundException(java.lang.String the_message)