Class UncheckedJsonException

    • Constructor Detail

      • UncheckedJsonException

        public UncheckedJsonException​(JsonException e)
    • Method Detail

      • getCause

        public JsonException getCause()
        Overrides:
        getCause in class java.lang.Throwable
      • getLine

        public java.lang.String getLine()
      • getLineNo

        public int getLineNo()
      • getLinePos

        public int getLinePos()
      • getLen

        public int getLen()
      • asString

        @Deprecated
        public java.lang.String asString()
        Deprecated.
        Description copied from interface: Stringable
        Make a string representation of the instance value.
        Specified by:
        asString in interface Stringable
        Returns:
        The string representation.
      • displayString

        @Nonnull
        public java.lang.String displayString()
        Specified by:
        displayString in interface Displayable
        Returns:
        A displayable string value for the object. This is meant to be printed e.g. to console output and interpreted by a human.
      • getMessage

        public java.lang.String getMessage()
        Overrides:
        getMessage in class java.lang.Throwable
      • getLocalizedMessage

        public java.lang.String getLocalizedMessage()
        Overrides:
        getLocalizedMessage in class java.lang.Throwable
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Throwable