Class FunctionError

  • All Implemented Interfaces:
    Serializable

    public final class FunctionError
    extends Exception
    A class describing an error in a function.
    See Also:
    Serialized Form

    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 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.