Class JsonSchemaException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidSchemaException

public class JsonSchemaException extends RuntimeException
Represents an error when processing the JsonSchema.
See Also:
  • Constructor Details

    • JsonSchemaException

      public JsonSchemaException(ValidationMessage validationMessage)
    • JsonSchemaException

      public JsonSchemaException(String message)
    • JsonSchemaException

      public JsonSchemaException(Throwable throwable)
  • Method Details