klyn.data.SchemaValidationException.SchemaValidationException
constructor
public SchemaValidationException(message as String = ""):
Description

Creates a schema validation exception.

Parameters
ParameterDescription
messageDescription of the detected schema mismatches.
Example
error = SchemaValidationException("Missing table T_Users")
assert error.message.startsWith("Missing table")