Cytoscape 2.8.0 API

cytoscape.plugin
Class ManagerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by cytoscape.plugin.PluginException
              extended by cytoscape.plugin.ManagerException
All Implemented Interfaces:
Serializable

public class ManagerException
extends PluginException

Thrown to indicate PluginManager errors

Author:
skillcoyne
See Also:
Serialized Form

Constructor Summary
ManagerException(String arg0)
          Creates a new ManagerError object.
ManagerException(String arg0, Throwable arg1)
          Creates a new ManagerError object.
 
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

ManagerException

public ManagerException(String arg0)
Creates a new ManagerError object.

Parameters:
arg0 - DOCUMENT ME!

ManagerException

public ManagerException(String arg0,
                        Throwable arg1)
Creates a new ManagerError object.

Parameters:
arg0 - DOCUMENT ME!
arg1 - DOCUMENT ME!

Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.