Package akka.javasdk.agent
Class JsonParsingException
Object
Throwable
Exception
RuntimeException
akka.javasdk.agent.JsonParsingException
- All Implemented Interfaces:
Serializable
Exception thrown when there is an error parsing JSON responses from the model. This exception can
be used to handle JSON parsing errors gracefully.
It includes the raw JSON string that caused the error.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JsonParsingException
-
-
Method Details
-
getRawJson
-