From ffdeed6d39f651bc6ffb75ecf9b8134798041f82 Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Mon, 9 Sep 2019 20:13:50 -0400 Subject: Upgrade version to 0.2 --- docs/apidocs/bjc/everge/BadReplParse.html | 396 ++++++++++++++++++++++++++++++ 1 file changed, 396 insertions(+) create mode 100644 docs/apidocs/bjc/everge/BadReplParse.html (limited to 'docs/apidocs/bjc/everge/BadReplParse.html') diff --git a/docs/apidocs/bjc/everge/BadReplParse.html b/docs/apidocs/bjc/everge/BadReplParse.html new file mode 100644 index 0000000..1341134 --- /dev/null +++ b/docs/apidocs/bjc/everge/BadReplParse.html @@ -0,0 +1,396 @@ + + + + + + +BadReplParse (everge 0.2.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
bjc.everge
+

Class BadReplParse

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        errs

        +
        public List<ReplError> errs
        +
        The errors that were encountered during parsing.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        BadReplParse

        +
        public BadReplParse(String msg)
        +
        Create a new exception for ReplPair parsing failing.
        +
        +
        Parameters:
        +
        msg - The message for the exception.
        +
        +
      • +
      + + + +
        +
      • +

        BadReplParse

        +
        public BadReplParse(String msg,
        +                    List<ReplError> errs)
        +
        Create a new exception for ReplPair parsing failing.
        +
        +
        Parameters:
        +
        msg - The message for the exception.
        +
        errs - The list of errors encountered while parsing.
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        toPrintString

        +
        public String toPrintString()
        +
        Convert the exception to a printable format.
        +
        +
        Returns:
        +
        The exception as a printable format.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + -- cgit v1.2.3