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/replpair/ReplError.html | 383 ------------------------------- 1 file changed, 383 deletions(-) delete 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 deleted file mode 100644 index 5204357..0000000 --- a/docs/apidocs/bjc/replpair/ReplError.html +++ /dev/null @@ -1,383 +0,0 @@ - - - - - - -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