Cytoscape 2.8.0 API

cytoscape.plugin
Class PluginException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by cytoscape.plugin.PluginException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DuplicatePluginClassException, InvalidDownloadable, ManagerException, NotAPluginException, TrackerException, WebstartException

public class PluginException
extends Exception

Author:
skillcoy
See Also:
Serialized Form

Constructor Summary
PluginException()
          For all plugin exceptions
PluginException(String arg0)
           
PluginException(String arg0, Throwable arg1)
           
PluginException(Throwable arg0)
           
 
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

PluginException

public PluginException()
For all plugin exceptions


PluginException

public PluginException(String arg0)
Parameters:
arg0 -

PluginException

public PluginException(Throwable arg0)
Parameters:
arg0 -

PluginException

public PluginException(String arg0,
                       Throwable arg1)
Parameters:
arg0 -
arg1 -

Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.