public SchemaValidationException(message as String = ""):
Creates a schema validation exception.
| Parameter | Description |
|---|---|
message | Description of the detected schema mismatches. |
error = SchemaValidationException("Missing table T_Users")
assert error.message.startsWith("Missing table")