Class InvalidJSONPointerSyntaxException

    • Constructor Detail

      • InvalidJSONPointerSyntaxException

        public InvalidJSONPointerSyntaxException​(String msg)
        Instantiate the exception with an empty JSON Pointer text.
        Parameters:
        msg - error messsage to show
      • InvalidJSONPointerSyntaxException

        public InvalidJSONPointerSyntaxException​(String msg,
                                                 String text,
                                                 int location)
        Instantiate the exception with a JSON Pointer text that has a syntax error.
        Parameters:
        msg - error message to show
        text - the JSON Pointer text that has a syntax error