Cytoscape 3.0.1 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 final class FunctionError
extends Exception

A class describing an error in a function.

See Also:
Serialized Form

Constructor Summary
FunctionError(String message, int argNumber)
          Constructor.
 
Method Summary
 int getArgNumber()
          Returns the argument number the error is associated with.
 
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)
Constructor.

Parameters:
message - The error message.
argNumber - The argument number associated with the error.
Method Detail

getArgNumber

public int getArgNumber()
Returns the argument number the error is associated with.

Returns:
the argument number the error is associated with.

Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.