Cytoscape 2.8.0 API

org.cytoscape.equations
Class FunctionError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.cytoscape.equations.FunctionError
All Implemented Interfaces:
Serializable

public class FunctionError
extends Exception

See Also:
Serialized Form

Constructor Summary
FunctionError(String message, int argNumber)
           
 
Method Summary
 int getArgNumber()
           
 
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

FunctionError

public FunctionError(String message,
                     int argNumber)
Method Detail

getArgNumber

public int getArgNumber()

Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.