cytoscape.plugin
Class NotAPluginException
java.lang.Object
java.lang.Throwable
java.lang.Exception
cytoscape.plugin.PluginException
cytoscape.plugin.NotAPluginException
- All Implemented Interfaces:
- Serializable
public class NotAPluginException
- extends PluginException
Thrown to indicate that a class cannot be used as a plugin
becuase it does not extend CytoscapePlugin.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NotAPluginException
public NotAPluginException(String msg)
- constructor.
- Parameters:
msg
-