Package org.a2aproject.sdk.jsonrpc.common.json
@NullMarked
package org.a2aproject.sdk.jsonrpc.common.json
JSON processing exceptions for the A2A Java SDK.
This package provides custom exceptions that replace Jackson's JSON processing exceptions, allowing the SDK to be independent of any specific JSON library implementation.
-
ClassDescriptionJSON mapping exception that includes request ID for error tracking.Exception for invalid parameters during JSON mapping.Exception for JSON mapping errors when converting between JSON and Java objects.General exception for JSON processing errors during serialization or deserialization.Utility class for JSON operations.Exception thrown when JSON mapping fails due to a method not found error.