Class InvalidJSONPointerWithTokenException

    • Constructor Detail

      • InvalidJSONPointerWithTokenException

        public InvalidJSONPointerWithTokenException​(String msg,
                                                    JSONPointerReferenceToken token)
        Instantiate the exception with a reference token.
        Parameters:
        msg - error message
        token - a reference token which has an error.
    • Method Detail

      • token

        public JSONPointerReferenceToken token()
        The reference token which has an error.
        Returns:
        the reference token which has an error.