From 1ab7c6b0e02cdbc2dd911bb9df8a5bc6467d0434 Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Fri, 21 Jun 2019 16:37:27 -0400 Subject: Update documentation site --- docs/apidocs/bjc/everge/ReplError.html | 437 +++++++++++++++++++++++++++++++++ 1 file changed, 437 insertions(+) create mode 100644 docs/apidocs/bjc/everge/ReplError.html (limited to 'docs/apidocs/bjc/everge/ReplError.html') diff --git a/docs/apidocs/bjc/everge/ReplError.html b/docs/apidocs/bjc/everge/ReplError.html new file mode 100644 index 0000000..c9f3c97 --- /dev/null +++ b/docs/apidocs/bjc/everge/ReplError.html @@ -0,0 +1,437 @@ + + + + + + +ReplError (everge 1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
bjc.everge
+

Class ReplError

+
+
+ +
+
    +
  • +
    +
    +
    public class ReplError
    +extends Object
    +
    Represents an error encountered parsing ReplPairs
    +
    +
    Author:
    +
    Ben Culkin
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        line

        +
        public int line
        +
        The line the error occured on.
        +
      • +
      + + + +
        +
      • +

        numPairs

        +
        public int numPairs
        +
        The number of pairs we have processed so far.
        +
      • +
      + + + +
        +
      • +

        txt

        +
        public String txt
        +
        The text of the line we errored on.
        +
      • +
      + + + +
        +
      • +

        msg

        +
        public String msg
        +
        The message of the error.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ReplError

        +
        public ReplError(IntHolder lne,
        +                 IntHolder nPairs,
        +                 String msg,
        +                 String txt)
        +
        Create a new ReplPair parse error.
        +
        +
        Parameters:
        +
        lne - The line the error occured on.
        +
        nPairs - The number of pairs processed up to this point.
        +
        msg - The message detailing the error.
        +
        txt - The text that caused the error.
        +
        +
      • +
      + + + +
        +
      • +

        ReplError

        +
        public ReplError(int lne,
        +                 int nPairs,
        +                 String msg,
        +                 String txt)
        +
        Create a new ReplPair parse error.
        +
        +
        Parameters:
        +
        lne - The line the error occured on.
        +
        nPairs - The number of pairs processed up to this point.
        +
        msg - The message detailing the error.
        +
        txt - The text that caused the error.
        +
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + -- cgit v1.2.3