Cytoscape 2.8.0 API

cytoscape.plugin
Class NotAPluginException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by cytoscape.plugin.PluginException
              extended by 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

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

NotAPluginException

public NotAPluginException(String msg)
constructor.

Parameters:
msg -

Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.