Class DecodeException

All Implemented Interfaces:
Serializable

public class DecodeException extends RuntimeException
Instances of this Exception are thrown if failed to decode a JSON string, because of invalid JSON.
Author:
Tim Fox
See Also:
  • Constructor Details

    • DecodeException

      public DecodeException()
    • DecodeException

      public DecodeException(String message)
    • DecodeException

      public DecodeException(String message, Throwable cause)