Class JsonSyntaxException

    • Constructor Detail

      • JsonSyntaxException

        public JsonSyntaxException​(String msg)
      • JsonSyntaxException

        public JsonSyntaxException​(String msg,
                                   Throwable cause)
      • JsonSyntaxException

        public JsonSyntaxException​(Throwable cause)
        Creates exception with the specified cause. Consider using JsonSyntaxException(String, Throwable) instead if you can describe what actually happened.
        Parameters:
        cause - root exception that caused this exception to be thrown.