InvalidJsonSchemaException constructor

InvalidJsonSchemaException(
  1. String message,
  2. String jsonDump
)

Creates an InvalidJsonSchemaException with the given message and the encoded jsonDump.

Implementation

InvalidJsonSchemaException(String message, this.jsonDump) : super(message);