Cytoscape 2.2 (c) 2004 ISB, MSKCC, UCSD

cytoscape.plugin
Class NotAPluginException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycytoscape.plugin.NotAPluginException
All Implemented Interfaces:
Serializable

public class NotAPluginException
extends Exception

Thrown to indicate that a class cannot be used as a plugin becuase it does not extend AbstractPlugin.

See Also:
Serialized Form

Constructor Summary
NotAPluginException(String msg)
          constructor.
 
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

NotAPluginException

public NotAPluginException(String msg)
constructor.

Parameters:
msg -

www.cytoscape.org