public final class FunctionError extends Exception
Module: equations-api
To use this in your app, include the following dependency in your POM:
<dependency> <groupId>org.cytoscape</groupId> <artifactId>equations-api</artifactId> </dependency>
Constructor and Description |
---|
FunctionError(String message,
int argNumber)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getArgNumber()
Returns the argument number the error is associated with.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FunctionError(String message, int argNumber)
message
- The error message.argNumber
- The argument number associated with the error.Copyright 2011-2015 Cytoscape Consortium. All rights reserved.