Class JsonUtil.ParseJsonException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    JsonUtil

    public static class JsonUtil.ParseJsonException
    extends java.lang.Exception
    A JSON parsing exception.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ParseJsonException​(java.lang.String message)  
      ParseJsonException​(java.lang.String message, java.lang.Throwable cause)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ParseJsonException

        public ParseJsonException​(java.lang.String message)
      • ParseJsonException

        public ParseJsonException​(java.lang.String message,
                                  java.lang.Throwable cause)