cytoscape.visual
Class DuplicateCalculatorNameException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DuplicateCalculatorNameException
public DuplicateCalculatorNameException(String s)
- Creates a new DuplicateCalculatorNameException object.
- Parameters:
s
- DOCUMENT ME!
Copyright 2010 Cytoscape Consortium. All rights reserved.