Class JsonSchemaResponseSynthesisException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mockserver.openapi.JsonSchemaResponseSynthesisException
All Implemented Interfaces:
Serializable

public class JsonSchemaResponseSynthesisException extends RuntimeException
Thrown when a schema-valid response body cannot be generated from an inline JSON Schema (for example the schema cannot be parsed, or the example engine produces no example).
See Also:
  • Constructor Details

    • JsonSchemaResponseSynthesisException

      public JsonSchemaResponseSynthesisException(String message)
    • JsonSchemaResponseSynthesisException

      public JsonSchemaResponseSynthesisException(String message, Throwable cause)