Class SupportJson.JsonException

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

    @Deprecated
    public static class SupportJson.JsonException
    extends java.lang.RuntimeException
    Deprecated.
    please use JsonLibrary.JsonException instead
    A runtime exception threw by a JSON encoder/decoder.
    Since:
    1.1
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      JsonException​(java.lang.String message, java.lang.Throwable cause)
      Deprecated.
      Constructs a new JSON exception with the specified detail message and cause.
      JsonException​(java.lang.Throwable cause)
      Deprecated.
      Constructs a new JSON exception with the specified 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

      • JsonException

        public JsonException​(java.lang.String message,
                             java.lang.Throwable cause)
        Deprecated.
        Constructs a new JSON exception with the specified detail message and cause.
        Parameters:
        message - the detail message
        cause - the cause
      • JsonException

        public JsonException​(java.lang.Throwable cause)
        Deprecated.
        Constructs a new JSON exception with the specified cause.
        Parameters:
        cause - the cause