public final class FunctionError extends Exception
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 Cytoscape Consortium. All rights reserved.