From be27420d9f67ccbbda1f0663328acdb376d06058 Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Tue, 11 Jun 2019 22:57:29 -0400 Subject: Relocate site --- docs/apidocs/bjc/replpair/ReplError.html | 383 +++++++++++++++++++++++++++++++ 1 file changed, 383 insertions(+) create mode 100644 docs/apidocs/bjc/replpair/ReplError.html (limited to 'docs/apidocs/bjc/replpair/ReplError.html') diff --git a/docs/apidocs/bjc/replpair/ReplError.html b/docs/apidocs/bjc/replpair/ReplError.html new file mode 100644 index 0000000..b8ebed1 --- /dev/null +++ b/docs/apidocs/bjc/replpair/ReplError.html @@ -0,0 +1,383 @@ + + + + + + +ReplError (everge 1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
bjc.replpair
+

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