Cytoscape 2.8.0 API

cytoscape.visual
Class DuplicateCalculatorNameException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by cytoscape.visual.DuplicateCalculatorNameException
All Implemented Interfaces:
Serializable

public class DuplicateCalculatorNameException
extends RuntimeException

This Exception is thrown when one attempts to add a Calculator to a CalculatorCatalog that already has a Calculator of the same name and interface type.

See Also:
Serialized Form

Constructor Summary
DuplicateCalculatorNameException(String s)
          Creates a new DuplicateCalculatorNameException 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

DuplicateCalculatorNameException

public DuplicateCalculatorNameException(String s)
Creates a new DuplicateCalculatorNameException object.

Parameters:
s - DOCUMENT ME!

Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.